diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-12-04 18:43:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-04 18:43:20 +0100 |
commit | e44493bda58d38b6349f84cc62795a47819d9a68 (patch) | |
tree | 5ee3afbb34bdcb02e214e6beb47c82a72805f90f /setup.py | |
parent | 1fc1a17c61c585b1858a5da4e82276a6fc48af58 (diff) | |
parent | 33689c6b2d2373279ec9ca7bbdef75319d1d1d9c (diff) | |
download | mitmproxy-e44493bda58d38b6349f84cc62795a47819d9a68.tar.gz mitmproxy-e44493bda58d38b6349f84cc62795a47819d9a68.tar.bz2 mitmproxy-e44493bda58d38b6349f84cc62795a47819d9a68.zip |
Merge pull request #1810 from Kriechi/construct
upgrade to construct 2.8 and new API
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ setup( "click>=6.2, <7.0", "certifi>=2015.11.20.1", # no semver here - this should always be on the last release! "configargparse>=0.10, <0.12", - "construct>=2.5.2, <2.6", + "construct>=2.8, <2.9", "cryptography>=1.3, <1.7", "cssutils>=1.0.1, <1.1", "Flask>=0.10.1, <0.12", |