aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d51977ee..a4da6e69 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ setup(
install_requires=[
"pyasn1>=0.1.7",
"pyOpenSSL>=0.15.1",
- "cryptography>=0.9",
+ "cryptography>=1.0",
"passlib>=1.6.2",
"hpack>=1.0.1",
"certifi"