Skip to content

Commit 041647b

Browse files
remove: psutils
removing the module psutils since it has no use and requires extra packages -python-dev-
1 parent b7606e2 commit 041647b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ test_suite = tests
2626
setup_requires =
2727
pytest-runner >=3.9.2
2828
install_requires =
29-
psutil >=5.0.0
3029
tests_require =
3130
pytest >=3.9.2
3231
pyfakefs >= 3.6
@@ -48,4 +47,4 @@ universal = true
4847
4948
[flake8]
5049
max-line-length = 160
51-
ignore = W504
50+
ignore = W504

0 commit comments

Comments
 (0)