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 fc7e5a4 commit 3253ae6Copy full SHA for 3253ae6
setup.py
@@ -25,10 +25,12 @@
25
"mock~=1.3.0",
26
"pytest~=3.8.2",
27
"pytest-cov==2.4",
28
- "flake8==2.5.1",
+ "flake8==2.5.1; python_version<'3.8'",
29
+ "flake8>=3.8.0; python_version>='3.8'",
30
"pep257==0.7.0",
31
"coverage==4.5.3",
- "flake8-pep257==1.0.5",
32
+ "flake8-pep257==1.0.5; python_version<'3.8'",
33
+ "flake8-docstrings>=1.5.0; python_version>='3.8'",
34
"PyYAML<6.0; python_version<'3.4'",
35
"PyYAML; python_version>='3.4'",
36
"toml~=0.10",
0 commit comments