diff options
author | Maximilian Hils <git@maximilianhils.com> | 2016-06-29 02:08:16 -0700 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2016-06-29 02:08:16 -0700 |
commit | b5a39f7d6af1c29f571578c69d7a487a24e99241 (patch) | |
tree | 0f13805ddd0d62b8e43d3970a54dde4e185006e4 | |
parent | 025efc030a66824f726e64a8b1c0c76aeef31fce (diff) | |
download | mitmproxy-b5a39f7d6af1c29f571578c69d7a487a24e99241.tar.gz mitmproxy-b5a39f7d6af1c29f571578c69d7a487a24e99241.tar.bz2 mitmproxy-b5a39f7d6af1c29f571578c69d7a487a24e99241.zip |
bump depdencies
-rw-r--r-- | setup.py | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -65,22 +65,22 @@ setup( "configargparse>=0.10, <0.11", "construct>=2.5.2, <2.6", "cryptography>=1.3, <1.5", - "Flask>=0.10.1, <0.11", + "Flask>=0.10.1, <0.12", "h2>=2.3.1, <3", - "html2text>=2016.1.8, <=2016.4.2", + "html2text>=2016.1.8, <=2016.5.29", "hyperframe>=4.0.1, <5", "lxml>=3.5.0, <3.7", "Pillow>=3.2, <3.3", "passlib>=1.6.5, <1.7", - "psutil>=4.2.0, <4.3", + "psutil>=4.2, <4.4", "pyasn1>=0.1.9, <0.2", "pyOpenSSL>=16.0, <17.0", "pyparsing>=2.1.3, <2.2", "pyperclip>=1.5.22, <1.6", - "requests>=2.9.1, <2.10", + "requests>=2.9.1, <2.11", "six>=1.10, <1.11", "tornado>=4.3, <4.4", - "typing==3.5.1.0", + "typing>=3.5.2, <3.6", "urwid>=1.3.1, <1.4", "watchdog>=0.8.3, <0.9", ], @@ -117,7 +117,7 @@ setup( 'examples': [ "beautifulsoup4>=4.4.1, <4.5", "harparser>=0.2, <0.3", - "pytz>=2015.07.0, <=2016.3", + "pytz>=2015.07.0, <=2016.4", ] } ) |