mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
Merge pull request #2568 from letsencrypt/parsedatetime-v-py26
Pin parsedatetime version < 2.0
This commit is contained in:
@@ -39,7 +39,7 @@ install_requires = [
|
||||
'ConfigArgParse>=0.9.3',
|
||||
'configobj',
|
||||
'cryptography>=0.7', # load_pem_x509_certificate
|
||||
'parsedatetime',
|
||||
'parsedatetime<2.0', # parsedatetime 2.0 doesn't work on py26
|
||||
'psutil>=2.1.0', # net_connections introduced in 2.1.0
|
||||
'PyOpenSSL',
|
||||
'pyrfc3339',
|
||||
|
||||
Reference in New Issue
Block a user