We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95eeb6b commit 75c4b77Copy full SHA for 75c4b77
1 file changed
requirements/ci.txt
@@ -1,6 +1,5 @@
1
-r wheel.txt
2
flake8==3.5.0
3
-flake8-pyi==18.3.1
4
pyflakes>=1.0.0
5
coverage==4.5.1
6
sphinx==1.7.4
@@ -11,3 +10,5 @@ mypy==0.590; platform_python_implementation != "PyPy"
11
10
-e .
12
13
codecov==2.0.15
+
14
+flake8-pyi==18.3.1; python_version >= "3.6"
0 commit comments