Skip to content

Commit 13a65f5

Browse files
authored
Add missing legacy-cgi for Python 3.13 (#105)
1 parent 88f4642 commit 13a65f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ dj-database-url==3.1.2
99
gunicorn==25.1.0
1010
whitenoise==6.12.0
1111
PyYAML==6.0.3
12+
# Needed by copreapi on Python 3.13+
13+
legacy-cgi; python_version>='3.13'
1214
# coreapi depends on pkg_resources which was part of setuptools until v82
1315
setuptools<82

0 commit comments

Comments
 (0)