Support for py3.3+ in acme.jose.

This commit is contained in:
Jakub Warmuz
2015-07-12 11:37:56 +00:00
parent 2f2137ef6b
commit 802b9d4a43
15 changed files with 315 additions and 170 deletions
+1
View File
@@ -14,6 +14,7 @@ install_requires = [
'PyOpenSSL',
'pytz',
'requests',
'six',
'werkzeug',
]