diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-10-25 21:00:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-25 21:00:46 -0700 |
commit | a0ad0b06a00a017c6277e8183d955ad2d46a5ce5 (patch) | |
tree | 77fea1047afa278a369d885266e79a9201f0aec0 /setup.py | |
parent | 145c2892f720300020fdeec8a257c3247c8dff5b (diff) | |
parent | b1bdae3d1cbcf7c4c427cac5163faf75150f4cff (diff) | |
download | mitmproxy-a0ad0b06a00a017c6277e8183d955ad2d46a5ce5.tar.gz mitmproxy-a0ad0b06a00a017c6277e8183d955ad2d46a5ce5.tar.bz2 mitmproxy-a0ad0b06a00a017c6277e8183d955ad2d46a5ce5.zip |
Merge pull request #1669 from mhils/typecheck-options
Typecheck options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ setup( "cryptography>=1.3, <1.6", "cssutils>=1.0.1, <1.1", "Flask>=0.10.1, <0.12", - "h2>=2.4.1, <3", + "h2>=2.4.1, <2.5", "html2text>=2016.1.8, <=2016.9.19", "hyperframe>=4.0.1, <5", "jsbeautifier>=1.6.3, <1.7", |