Re-remove the psutil dependency from setup.py

This commit is contained in:
Joona Hoikkala
2016-07-27 15:40:47 +03:00
parent ade8403310
commit 702e218f14
+1 -1
View File
@@ -40,7 +40,6 @@ install_requires = [
'configobj',
'cryptography>=0.7', # load_pem_x509_certificate
'parsedatetime>=1.3', # Calendar.parseDT
'psutil>=2.2.1', # 2.1.0 for net_connections and 2.2.1 resolves #1080
'PyOpenSSL',
'pyrfc3339',
'python2-pythondialog>=3.2.2rc1', # Debian squeeze support, cf. #280
@@ -70,6 +69,7 @@ dev_extras = [
'coverage',
'nose',
'pep8',
'psutil>=2.2.1', # for tests, optional
'pylint==1.4.2', # upstream #248
'tox',
'twine',