diff options
| author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2016-05-12 14:01:54 -0500 | 
|---|---|---|
| committer | Maximilian Hils <git@maximilianhils.com> | 2016-05-12 13:01:54 -0600 | 
| commit | f969c700153e4aedb74d9eed66de697a549261c3 (patch) | |
| tree | 3b30e45c8846174b9447ce33da696c3382944988 | |
| parent | f1c922c652ec90f63cafed7f6b68d17f5229b58d (diff) | |
| download | mitmproxy-f969c700153e4aedb74d9eed66de697a549261c3.tar.gz mitmproxy-f969c700153e4aedb74d9eed66de697a549261c3.tar.bz2 mitmproxy-f969c700153e4aedb74d9eed66de697a549261c3.zip | |
bump python-hyper dependencies (#1139)
| -rw-r--r-- | setup.py | 5 | 
1 files changed, 2 insertions, 3 deletions
| @@ -67,10 +67,9 @@ setup(          "construct>=2.5.2, <2.6",          "cryptography>=1.3,<1.4",          "Flask>=0.10.1, <0.11", -        "h2>=2.1.2, <3.0", -        "hpack>=2.1.0, <3.0", +        "h2>=2.3.1, <3",          "html2text>=2016.1.8, <=2016.4.2", -        "hyperframe>=3.2.0, <4.1", +        "hyperframe>=4.0.1, <5",          "lxml>=3.5.0, <3.7",          "Pillow>=3.2, <3.3",          "passlib>=1.6.5, <1.7", | 
