mirror of
https://github.com/mandiant/capa.git
synced 2025-12-21 23:00:29 -08:00
setup: add psutil deps to [dev]
This commit is contained in:
2
setup.py
2
setup.py
@@ -74,12 +74,14 @@ setuptools.setup(
|
|||||||
"black==21.7b0",
|
"black==21.7b0",
|
||||||
"isort==5.9.3",
|
"isort==5.9.3",
|
||||||
"mypy==0.910",
|
"mypy==0.910",
|
||||||
|
"psutil==5.8.0",
|
||||||
# type stubs for mypy
|
# type stubs for mypy
|
||||||
"types-backports==0.1.3",
|
"types-backports==0.1.3",
|
||||||
"types-colorama==0.4.3",
|
"types-colorama==0.4.3",
|
||||||
"types-PyYAML==5.4.6",
|
"types-PyYAML==5.4.6",
|
||||||
"types-tabulate==0.8.2",
|
"types-tabulate==0.8.2",
|
||||||
"types-termcolor==1.1.1",
|
"types-termcolor==1.1.1",
|
||||||
|
"types-psutil==5.8.0",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
|
|||||||
Reference in New Issue
Block a user