diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2016-06-05 12:34:46 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2016-06-05 12:34:46 +0200 |
commit | ef462a05d7422ec099cafdd52810fbb77dbad604 (patch) | |
tree | 62cc835a3d44bb9172f964b9c0758a8df550ad70 | |
parent | 65fe397f3c428ca901f37be6a005a0c279d5c881 (diff) | |
parent | ef363270b8261c13c3b8597bd1df49a485bac648 (diff) | |
download | mitmproxy-ef462a05d7422ec099cafdd52810fbb77dbad604.tar.gz mitmproxy-ef462a05d7422ec099cafdd52810fbb77dbad604.tar.bz2 mitmproxy-ef462a05d7422ec099cafdd52810fbb77dbad604.zip |
Merge pull request #1213 from felixonmars/patch-1
Allow cryptography 1.4
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.3, <1.4", + "cryptography>=1.3, <1.5", "Flask>=0.10.1, <0.11", "h2>=2.3.1, <3", "html2text>=2016.1.8, <=2016.4.2", |