mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 03:06:14 +02:00
chg: Set Python version to >=3.8,<3.12.
This commit is contained in:
parent
cf40cb26b0
commit
a610da148e
2 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@ stegano-steganalysis-parity = "bin.parity:main"
|
|||
stegano-steganalysis-statistics = "bin.statistics:main"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8,<3.11"
|
||||
python = ">=3.8,<3.12"
|
||||
pillow = "^9.2.0"
|
||||
piexif = "^1.1.3"
|
||||
crayons = "^0.4.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue