diff options
author | Maximilian Hils <git@maximilianhils.com> | 2020-04-09 08:37:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-09 08:37:57 +0200 |
commit | 0d9e517c064ca3992fac83c3a1ec6e4284221e72 (patch) | |
tree | c1472652ee95cf8c41b91d544e89f3b0d64c0323 /setup.py | |
parent | 4d6886a0f4ebbf6bc66b74fa548ff724ba2ad660 (diff) | |
parent | b5e3f736c0c6654c3ef0d1f280a4eacdb5ca91de (diff) | |
download | mitmproxy-0d9e517c064ca3992fac83c3a1ec6e4284221e72.tar.gz mitmproxy-0d9e517c064ca3992fac83c3a1ec6e4284221e72.tar.bz2 mitmproxy-0d9e517c064ca3992fac83c3a1ec6e4284221e72.zip |
Merge pull request #3767 from mitmproxy/fix-ci
re-add missing CI steps and fix linting
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -92,9 +92,8 @@ setup( ], 'dev': [ "asynctest>=0.12.0", - "flake8>=3.7.8,<3.8", "Flask>=1.0,<1.2", - "mypy>=0.740,<0.771", + "hypothesis>=5.8,<5.9", "parver>=0.1,<2.0", "pytest-asyncio>=0.10.0,<0.11", "pytest-cov>=2.7.1,<3", @@ -103,7 +102,6 @@ setup( "pytest>=5.1.3,<6", "requests>=2.9.1,<3", "tox>=3.5,<3.15", - "rstcheck>=2.2,<4.0", ], 'examples': [ "beautifulsoup4>=4.4.1,<4.9" |