diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2017-12-17 09:57:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-17 09:57:54 +0100 |
commit | 9e4a443d4234149119e196ada3dbf2306173122e (patch) | |
tree | 0430e41b34d98cd6a69ef08c1187233653feea02 | |
parent | 33585bd2a2da80443205e7fd3d464d06b64ab6df (diff) | |
parent | 8a38e1ef3a0862481776f861671d9bb7edaaa148 (diff) | |
download | mitmproxy-9e4a443d4234149119e196ada3dbf2306173122e.tar.gz mitmproxy-9e4a443d4234149119e196ada3dbf2306173122e.tar.bz2 mitmproxy-9e4a443d4234149119e196ada3dbf2306173122e.zip |
Merge pull request #2691 from Kriechi/bump-cryptography
bump cryptography
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ setup( "brotlipy>=0.5.1, <0.8", "certifi>=2015.11.20.1", # no semver here - this should always be on the last release! "click>=6.2, <7", - "cryptography>=2.0,<2.2", + "cryptography>=2.1.4,<2.2", 'h11>=0.7.0,<0.8', "h2>=3.0, <4", "hyperframe>=5.0, <6", |