diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2016-12-14 19:38:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-14 19:38:53 +0100 |
commit | 78c78ce651478072f3b0a4a7d18f2a8de3147d33 (patch) | |
tree | cdb06832b235dd246be12a4c2984c8031cc6300f /setup.py | |
parent | 727abdba44fa72321f51402b03e9d39c6489dc95 (diff) | |
parent | 1d846709c6d17779e294371b6d9d80ba9e04ae89 (diff) | |
download | mitmproxy-78c78ce651478072f3b0a4a7d18f2a8de3147d33.tar.gz mitmproxy-78c78ce651478072f3b0a4a7d18f2a8de3147d33.tar.bz2 mitmproxy-78c78ce651478072f3b0a4a7d18f2a8de3147d33.zip |
Merge pull request #1857 from mitmproxy/bump-cryptography
update dependencies
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.7", + "cryptography>=1.3, <1.8", "cssutils>=1.0.1, <1.1", "Flask>=0.10.1, <0.12", "h2>=2.5.0, <3", |