We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afdee90 commit cc42fc6Copy full SHA for cc42fc6
requirements.txt
@@ -4,7 +4,8 @@ ebcdic==1.1.1; sys_platform!="zos"
4
mkdocs-material==9.5.28; python_version>="3.8"
5
mkdocs-minify-plugin==0.8.0; python_version>="3.8"
6
mkdocstrings-python==1.10.5; python_version>="3.8"
7
-pycodestyle==2.10.0
+pycodestyle==2.10.0; python_version<"3.8"
8
+pycodestyle==2.12.0; python_version>="3.8"
9
pylint==2.17.5
10
pytest==8.2.2; python_version>="3.8"
11
pytest>=7.4.2; python_version<"3.8"
0 commit comments