replace psutil with os

This commit is contained in:
Kyle
2021-06-23 21:53:03 -04:00
parent 78b80709f2
commit c06581cf83
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,6 @@ setup(
},
python_requires='>=3.6',
install_requires=[
'psutil',
],
tests_require=[
'pytest',