diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2017-03-15 10:43:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-15 10:43:48 +0100 |
commit | 56b087278a741310a44d4db2ab8c2d68d786fc7d (patch) | |
tree | 734fc82b4e6829fd3596dfe787460d642ee25b17 /setup.py | |
parent | eba6d4359cdf147b378ffa5eb66b12fc9249bc69 (diff) | |
parent | 0316a13f7e70c23bce4d946e37612e04bd9c2ed3 (diff) | |
download | mitmproxy-56b087278a741310a44d4db2ab8c2d68d786fc7d.tar.gz mitmproxy-56b087278a741310a44d4db2ab8c2d68d786fc7d.tar.bz2 mitmproxy-56b087278a741310a44d4db2ab8c2d68d786fc7d.zip |
Merge pull request #2155 from Kriechi/bump-cryptography
bump cryptography
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.8", + "cryptography>=1.3, <1.9", "cssutils>=1.0.1, <1.1", "h2>=2.5.1, <3", "html2text>=2016.1.8, <=2016.9.19", |