chg: [dependencies] Updated Python dependencies.

This commit is contained in:
Cédric Bonhomme 2023-04-26 13:58:40 +02:00
parent eb639510ce
commit 6d87ba2921
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
2 changed files with 234 additions and 318 deletions

View file

@ -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"]