mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 03:06:14 +02:00
chg: [dependencies] Updated Python dependencies.
This commit is contained in:
parent
eb639510ce
commit
6d87ba2921
2 changed files with 234 additions and 318 deletions
|
@ -25,6 +25,7 @@ classifiers = [
|
|||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
|
||||
]
|
||||
|
||||
|
@ -43,17 +44,17 @@ stegano-steganalysis-parity = "bin.parity:main"
|
|||
stegano-steganalysis-statistics = "bin.statistics:main"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.8,<3.12"
|
||||
pillow = "^9.2.0"
|
||||
python = ">=3.8.1,<3.12"
|
||||
pillow = "^9.5.0"
|
||||
piexif = "^1.1.3"
|
||||
crayons = "^0.4.0"
|
||||
opencv-python = "^4.6.0.66"
|
||||
opencv-python = "^4.7.0.72"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
mypy = "^0.910"
|
||||
flake8 = "^4.0.1"
|
||||
nose2 = "^0.10.0"
|
||||
Sphinx = "^4.2.0"
|
||||
mypy = "^1.2.0"
|
||||
flake8 = "^6.0.0"
|
||||
nose2 = "^0.12.0"
|
||||
Sphinx = "^6.2.1"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=1.3.2"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue