chg: [test] Updated mypy configuration.

This commit is contained in:
Cédric Bonhomme 2021-11-01 13:42:55 +01:00
parent 415afc3ac8
commit be3e32ef6c
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
5 changed files with 83 additions and 155 deletions

View file

@ -44,16 +44,16 @@ stegano-steganalysis-parity = "bin.parity:main"
stegano-steganalysis-statistics = "bin.statistics:main"
[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
pillow = "^8.2.0"
piexif = "^1.1.3"
crayons = "^0.4.0"
[tool.poetry.dev-dependencies]
mypy = "^0.750"
flake8 = "^3.7.9"
nose2 = "^0.9.1"
Sphinx = "^3.5.3"
mypy = "^0.910"
flake8 = "^4.0.1"
nose2 = "^0.10.0"
Sphinx = "^4.2.0"
[build-system]
requires = ["poetry>=0.12"]