mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
Merge pull request #3101 from certbot/ambiguos-inode
Bump minimum psutil version
This commit is contained in:
commit
0e57690eb6
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -40,7 +40,7 @@ install_requires = [
|
|||
'configobj',
|
||||
'cryptography>=0.7', # load_pem_x509_certificate
|
||||
'parsedatetime>=1.3', # Calendar.parseDT
|
||||
'psutil>=2.1.0', # net_connections introduced in 2.1.0
|
||||
'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
|
||||
|
|
|
|||
Loading…
Reference in a new issue