Skip to content

Commit 142796f

Browse files
authored
Add psutil dependency to install_requires (#36)
1 parent 0226400 commit 142796f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
]
2525
},
2626
python_requires='>=3',
27+
install_requires=['psutil'],
2728
tests_require=['nose>=1.0']
2829
)

0 commit comments

Comments
 (0)