aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2017-04-27 20:11:15 +0200
committerGitHub <noreply@github.com>2017-04-27 20:11:15 +0200
commitadce1a823573ea2cc98b6ce4e376a1feda384fa8 (patch)
tree713a68d902fa5fbbd3f18a84dc55475dcd7c6970 /setup.py
parent5f91b7a45d0b983d3e0f3fff1be8af93736d35c6 (diff)
parent3e82f4d6c495c587b1284f945f244e35201b4976 (diff)
downloadmitmproxy-adce1a823573ea2cc98b6ce4e376a1feda384fa8.tar.gz
mitmproxy-adce1a823573ea2cc98b6ce4e376a1feda384fa8.tar.bz2
mitmproxy-adce1a823573ea2cc98b6ce4e376a1feda384fa8.zip
Merge pull request #2277 from Kriechi/bump-cryptography
bump cryptography min-version
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 0e9318d0..68f82a1d 100644
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@ setup(
"click>=6.2, <7",
"certifi>=2015.11.20.1", # no semver here - this should always be on the last release!
"construct>=2.8, <2.9",
- "cryptography>=1.3, <1.9",
+ "cryptography>=1.4, <1.9",
"cssutils>=1.0.1, <1.1",
"h2>=3.0, <4",
"html2text>=2016.1.8, <=2016.9.19",