1
0

Port http/ to Python 3 (#3771)

This commit is contained in:
Amber Brown
2018-09-06 00:10:47 +10:00
committed by GitHub
parent a6cf7d9d9a
commit 2d2828dcbc
8 changed files with 134 additions and 186 deletions

View File

@@ -40,6 +40,7 @@ REQUIREMENTS = {
"pynacl>=1.2.1": ["nacl>=1.2.1", "nacl.bindings"],
"service_identity>=1.0.0": ["service_identity>=1.0.0"],
"Twisted>=17.1.0": ["twisted>=17.1.0"],
"treq>=15.1": ["treq>=15.1"],
# We use crypto.get_elliptic_curve which is only supported in >=0.15
"pyopenssl>=0.15": ["OpenSSL>=0.15"],