diff options
| author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2017-03-16 10:33:36 +0100 | 
|---|---|---|
| committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2017-03-16 10:33:36 +0100 | 
| commit | 2a934ed323f5cb65a85ea5d17dcaee121eb037e8 (patch) | |
| tree | a0b9af5be369758bb5007a6ca13b509dc70dce46 | |
| parent | b275257553d46af3f30ddb79d9963ebdc19f065e (diff) | |
| download | mitmproxy-2a934ed323f5cb65a85ea5d17dcaee121eb037e8.tar.gz mitmproxy-2a934ed323f5cb65a85ea5d17dcaee121eb037e8.tar.bz2 mitmproxy-2a934ed323f5cb65a85ea5d17dcaee121eb037e8.zip | |
bump h2 and hyperframe
| -rw-r--r-- | setup.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -66,9 +66,9 @@ setup(          "construct>=2.8, <2.9",          "cryptography>=1.3, <1.9",          "cssutils>=1.0.1, <1.1", -        "h2>=2.5.1, <3", +        "h2>=2.6.1, <3",          "html2text>=2016.1.8, <=2016.9.19", -        "hyperframe>=4.0.1, <5", +        "hyperframe>=4.0.2, <6",          "jsbeautifier>=1.6.3, <1.7",          "kaitaistruct>=0.6, <0.7",          "passlib>=1.6.5, <1.8", | 
