1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Make Certbot depend on josepy (#5542)

This commit is contained in:
Brad Warren
2018-02-16 14:47:10 -08:00
committed by GitHub
parent adec7a8fed
commit 2a142aa932

View File

@@ -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',