mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 04:07:39 +03:00
7fbbfe2c60
* First pass at Django 3.0 compat * Drop Guardian for 1.11 tests, since we're installing an incompatible version * Fix ROOT_URLCONF override in test case * Fix typo Co-Authored-By: Rémy HUBSCHER <hubscher.remy@gmail.com> * Linting
10 lines
215 B
Plaintext
10 lines
215 B
Plaintext
# Optional packages which may be used with REST framework.
|
|
psycopg2-binary>=2.8.2, <2.9
|
|
markdown==3.1.1
|
|
pygments==2.4.2
|
|
django-guardian==2.1.0
|
|
django-filter>=2.2.0, <2.3
|
|
coreapi==2.3.1
|
|
coreschema==0.0.4
|
|
pyyaml>=5.1
|