We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dec6fff + 8266f46 commit be82339Copy full SHA for be82339
requirements-test-withpsycopg.txt
@@ -1,4 +1,4 @@
1
# test runs requirements (versions we'll be testing against) - automatically updated by requires.io
2
psycopg[binary]==3.0.10; platform_python_implementation != "PyPy"
3
-psycopg==3.0.9; platform_python_implementation == "PyPy"
+psycopg==3.0.10; platform_python_implementation == "PyPy"
4
-r requirements-test.txt
requirements-test.txt
@@ -8,5 +8,5 @@ pytest-xdist==2.5.0
8
port-for==0.6.2
9
mirakuru==2.4.2
10
11
12
-e .[tests]
0 commit comments