django-rest-framework/requirements/requirements-optionals.txt
Ülgen Sarıkavak 26cf80984f
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
2025-11-03 16:09:41 +06:00

12 lines
262 B
Plaintext

# Optional packages which may be used with REST framework.
coreapi==2.3.1
coreschema==0.0.4
django-filter
django-guardian>=2.4.0,<2.5
inflection==0.5.1
legacy-cgi; python_version>="3.13"
markdown>=3.3.7
psycopg[binary]>=3.1.8
pygments~=2.17.0
pyyaml>=5.3.1,<5.4