mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-24 10:34:03 +03:00
f56b85b7dd
* Update pygments>=2.12.0,<2.16.1 in requirements-optionals * Update requirements/requirements-optionals.txt * Update requirements/requirements-optionals.txt * Update requirements/requirements-optionals.txt
11 lines
239 B
Plaintext
11 lines
239 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
|
|
markdown==3.3
|
|
psycopg2-binary>=2.9.5,<2.10
|
|
pygments>=2.12.0,<2.14.0
|
|
pyyaml>=5.3.1,<5.4
|