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 c89330c commit 1a813d7Copy full SHA for 1a813d7
requirements-test.txt
@@ -1,6 +1,8 @@
1
git+https://github.com/baztian/dbapi-compliance.git@ea7cb1b4#egg=dbapi-compliance
2
pyyaml==6.0
3
importlib-metadata >= 1.0 ; python_version < '3.8'
4
-pylint
5
-flake8
6
-codespell
+pylint ~= 3.0 ; python_version >= '3.8'
+pylint ~= 2.17.7 ; python_version < '3.8'
+flake8 ~= 6.1 ; python_version >= '3.8'
7
+flake8 ~= 5.0.4 ; python_version < '3.8'
8
+codespell ~= 2.2
0 commit comments