mirror of
https://github.com/certbot/certbot.git
synced 2026-03-14 22:54:58 -04:00
Make Certbot depend on josepy (#5542)
This commit is contained in:
parent
adec7a8fed
commit
2a142aa932
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -41,6 +41,7 @@ install_requires = [
|
|||
'ConfigArgParse>=0.9.3',
|
||||
'configobj',
|
||||
'cryptography>=1.2', # load_pem_x509_certificate
|
||||
'josepy',
|
||||
'mock',
|
||||
'parsedatetime>=1.3', # Calendar.parseDT
|
||||
'pyrfc3339',
|
||||
|
|
|
|||
Loading…
Reference in a new issue