We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5fe54e commit 3c8eb9dCopy full SHA for 3c8eb9d
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.13 ; python_version < '3.8'
+flake8 ~= 6.1 ; python_version >= '3.8'
7
+flake8 ~= 5.0 ; python_version < '3.8'
8
+codespell ~= 2.2
0 commit comments