mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-11-08 20:07:53 +03:00
> 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
12 lines
262 B
Plaintext
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
|