We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f4642 commit 13a65f5Copy full SHA for 13a65f5
1 file changed
requirements.txt
@@ -9,5 +9,7 @@ dj-database-url==3.1.2
9
gunicorn==25.1.0
10
whitenoise==6.12.0
11
PyYAML==6.0.3
12
+# Needed by copreapi on Python 3.13+
13
+legacy-cgi; python_version>='3.13'
14
# coreapi depends on pkg_resources which was part of setuptools until v82
15
setuptools<82
0 commit comments