mirror of
https://github.com/mandiant/capa.git
synced 2025-12-22 07:10:29 -08:00
setup: move mypy deps in to capa[dev] target
This commit is contained in:
14
setup.py
14
setup.py
@@ -73,13 +73,13 @@ setuptools.setup(
|
|||||||
"pycodestyle==2.7.0",
|
"pycodestyle==2.7.0",
|
||||||
"black==21.5b2",
|
"black==21.5b2",
|
||||||
"isort==5.8.0",
|
"isort==5.8.0",
|
||||||
],
|
"mypy==0.901",
|
||||||
"mypy": [
|
# type stubs for mypy
|
||||||
"types-PyYAML",
|
"types-backports==0.1.2",
|
||||||
"types-colorama",
|
"types-colorama==0.4.0",
|
||||||
"types-tabulate",
|
"types-PyYAML==0.1.6",
|
||||||
"types-termcolor",
|
"types-tabulate==0.1.0",
|
||||||
"types-backports",
|
"types-termcolor==0.1.0",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
|
|||||||
Reference in New Issue
Block a user