aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2017-07-24 22:08:05 +0200
committerGitHub <noreply@github.com>2017-07-24 22:08:05 +0200
commit2868a0808ab272900c71b8d0d79a3ac11ff48fe6 (patch)
tree7ff6afde41d8e2a64bde879518c19fe6ce2ea492 /setup.py
parent960262e4ed30514259a40efc412f6a966771909c (diff)
parent31db24599a4b58b0be1a1872ed6a661f94f4e2ef (diff)
downloadmitmproxy-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index c41323ef..433635e4 100644
--- a/setup.py
+++ b/setup.py
@@ -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",