mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-07-10 11:37:23 +02:00
Add psutil as dependency in setup.py
This commit is contained in:
3
setup.py
3
setup.py
@ -62,6 +62,9 @@ setup(
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
python_requires='>=3.5',
|
python_requires='>=3.5',
|
||||||
|
install_requires=[
|
||||||
|
'psutil',
|
||||||
|
],
|
||||||
tests_require=[
|
tests_require=[
|
||||||
'pytest',
|
'pytest',
|
||||||
'pytest-cov',
|
'pytest-cov',
|
||||||
|
Reference in New Issue
Block a user