mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-11-05 18:37:29 +03:00
legacy-cgi is required for coreapi if Python>=3.13 (#9817)
> module is no longer part of the Python standard library. It was removed in Python 3.13 after being deprecated in Python 3.11. The removal was decided in PEP 594. https://docs.python.org/3/library/cgi.html
This commit is contained in:
parent
29e6241feb
commit
26cf80984f
|
|
@ -4,6 +4,7 @@ coreschema==0.0.4
|
||||||
django-filter
|
django-filter
|
||||||
django-guardian>=2.4.0,<2.5
|
django-guardian>=2.4.0,<2.5
|
||||||
inflection==0.5.1
|
inflection==0.5.1
|
||||||
|
legacy-cgi; python_version>="3.13"
|
||||||
markdown>=3.3.7
|
markdown>=3.3.7
|
||||||
psycopg[binary]>=3.1.8
|
psycopg[binary]>=3.1.8
|
||||||
pygments~=2.17.0
|
pygments~=2.17.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user