mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 03:06:14 +02:00
chg: [test] Updated mypy configuration.
This commit is contained in:
parent
415afc3ac8
commit
be3e32ef6c
5 changed files with 83 additions and 155 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue