aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-03-19 20:02:30 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-03-19 20:02:30 +0100
commit7b4fcc8577f3cbef4e3540b02c60d4b58f790e82 (patch)
treed220c2c00cadf66dc175e15e48a92a1cb2363b6c
parent36fb8a32f49a7d57f08c3cf0b6228ba8061a0116 (diff)
downloadmitmproxy-7b4fcc8577f3cbef4e3540b02c60d4b58f790e82.tar.gz
mitmproxy-7b4fcc8577f3cbef4e3540b02c60d4b58f790e82.tar.bz2
mitmproxy-7b4fcc8577f3cbef4e3540b02c60d4b58f790e82.zip
update pyOpenSSL
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 114f40a2..8f13b27c 100644
--- a/setup.py
+++ b/setup.py
@@ -65,7 +65,7 @@ setup(
"certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
"configargparse>=0.10, <0.11",
"construct>=2.5.2, <2.6",
- "cryptography>=1.2.2,<1.3",
+ "cryptography>=1.3,<1.4",
"Flask>=0.10.1, <0.11",
"h2>=2.1.2, <3.0",
"hpack>=2.1.0, <3.0",
@@ -74,7 +74,7 @@ setup(
"Pillow>=3.1, <3.2",
"passlib>=1.6.5, <1.7",
"pyasn1>=0.1.9, <0.2",
- "pyOpenSSL>=0.15.1, <0.16",
+ "pyOpenSSL>=0.16, <0.17",
"pyparsing>=2.1,<2.2",
"pyperclip>=1.5.22, <1.6",
"requests>=2.9.1, <2.10",