diff options
author | Thomas Kriechbaumer <Kriechi@users.noreply.github.com> | 2017-07-24 22:08:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-24 22:08:05 +0200 |
commit | 2868a0808ab272900c71b8d0d79a3ac11ff48fe6 (patch) | |
tree | 7ff6afde41d8e2a64bde879518c19fe6ce2ea492 /setup.py | |
parent | 960262e4ed30514259a40efc412f6a966771909c (diff) | |
parent | 31db24599a4b58b0be1a1872ed6a661f94f4e2ef (diff) | |
download | mitmproxy-2868a0808ab272900c71b8d0d79a3ac11ff48fe6.tar.gz mitmproxy-2868a0808ab272900c71b8d0d79a3ac11ff48fe6.tar.bz2 mitmproxy-2868a0808ab272900c71b8d0d79a3ac11ff48fe6.zip |
Merge pull request #2467 from mitmproxy/requires-io-master
[requires.io] dependency update on master branch
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ setup( 'dev': [ "flake8>=3.2.1, <3.4", "Flask>=0.10.1, <0.13", - "mypy>=0.520, <0.521", + "mypy>=0.521,<0.522", "pytest-cov>=2.2.1, <3", "pytest-faulthandler>=1.3.0, <2", "pytest-timeout>=1.0.0, <2", |