We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18415fb commit 83d49ccCopy full SHA for 83d49cc
requirements-test.txt
@@ -1,5 +1,5 @@
1
git+https://github.com/baztian/dbapi-compliance.git@ea7cb1b4#egg=dbapi-compliance
2
-pyyaml==6.0.2
+pyyaml == 6.0.2
3
importlib-metadata >= 1.0 ; python_version < '3.8'
4
pylint == 3.3.0 ; python_version >= '3.9'
5
pylint == 3.2.7 ; python_version == '3.8'
@@ -8,3 +8,4 @@ flake8 == 6.1.0 ; python_version >= '3.8'
8
flake8 == 5.0.4 ; python_version < '3.8'
9
codespell == 2.3.0 ; python_version >= '3.8'
10
codespell == 2.2.5 ; python_version < '3.8'
11
+setuptools >= 78.1.0
0 commit comments