diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2016-07-05 20:56:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-05 20:56:01 +0200 |
commit | 1adcd6ad6bbf9ff3cd3a48ec4c9afe04c5b9fd6c (patch) | |
tree | 952eb005c6e3520a4072fbc632a9c280c80c67e7 /setup.py | |
parent | 23e295b37eb3aee9ebe7c88cc1ebb1dc2ffa9cf2 (diff) | |
parent | 64880e7ebd53ec4c079fdac6616d684c54e0fd79 (diff) | |
download | mitmproxy-1adcd6ad6bbf9ff3cd3a48ec4c9afe04c5b9fd6c.tar.gz mitmproxy-1adcd6ad6bbf9ff3cd3a48ec4c9afe04c5b9fd6c.tar.bz2 mitmproxy-1adcd6ad6bbf9ff3cd3a48ec4c9afe04c5b9fd6c.zip |
Merge pull request #1245 from Kriechi/http2-priority-information
http2: handle priority information better
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ setup( "construct>=2.5.2, <2.6", "cryptography>=1.3, <1.5", "Flask>=0.10.1, <0.12", - "h2>=2.3.1, <3", + "h2>=2.4.0, <3", "html2text>=2016.1.8, <=2016.5.29", "hyperframe>=4.0.1, <5", "lxml>=3.5.0, <3.7", |