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 6339524 commit 4601cfaCopy full SHA for 4601cfa
requirements.txt
@@ -116,7 +116,7 @@ pytest-cov==2.12.1;python_version<"3.6"
116
pytest-cov==3.0.0;python_version>="3.6"
117
flake8==3.7.9;python_version<"3.5"
118
flake8==3.9.2;python_version>="3.5" and python_version<"3.6"
119
-flake8==4.0.1;python_version>="3.5"
+flake8==4.0.1;python_version>="3.6"
120
pyflakes==2.1.1;python_version<"3.5"
121
pyflakes==2.4.0;python_version>="3.5"
122
pycodestyle==2.5.0;python_version<"3.5"
0 commit comments