mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
Specify minimum parsedatetime version
This commit is contained in:
parent
2df7cf326b
commit
a65fca486c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -39,7 +39,7 @@ install_requires = [
|
|||
'ConfigArgParse>=0.9.3',
|
||||
'configobj',
|
||||
'cryptography>=0.7', # load_pem_x509_certificate
|
||||
'parsedatetime',
|
||||
'parsedatetime>=1.3', # Calendar.parseDT
|
||||
'psutil>=2.1.0', # net_connections introduced in 2.1.0
|
||||
'PyOpenSSL',
|
||||
'pyrfc3339',
|
||||
|
|
|
|||
Loading…
Reference in a new issue