mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-10 16:12:29 +03:00
Adding coreapi and moving DRF to end of base.txt
This commit is contained in:
parent
80618f0ace
commit
d6e0b95d81
|
@ -1,4 +1,3 @@
|
||||||
djangorestframework==3.7.7 # https://github.com/encode/django-rest-framework
|
|
||||||
pytz==2018.3 # https://github.com/stub42/pytz
|
pytz==2018.3 # https://github.com/stub42/pytz
|
||||||
awesome-slugify==1.6.5 # https://github.com/dimka665/awesome-slugify
|
awesome-slugify==1.6.5 # https://github.com/dimka665/awesome-slugify
|
||||||
Pillow==5.0.0 # https://github.com/python-pillow/Pillow
|
Pillow==5.0.0 # https://github.com/python-pillow/Pillow
|
||||||
|
@ -25,3 +24,7 @@ django-crispy-forms==1.7.2 # https://github.com/django-crispy-forms/django-cris
|
||||||
django-compressor==2.2 # https://github.com/django-compressor/django-compressor
|
django-compressor==2.2 # https://github.com/django-compressor/django-compressor
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
django-redis==4.9.0 # https://github.com/niwinz/django-redis
|
django-redis==4.9.0 # https://github.com/niwinz/django-redis
|
||||||
|
|
||||||
|
# Django REST Framework
|
||||||
|
djangorestframework==3.7.7 # https://github.com/encode/django-rest-framework
|
||||||
|
coreapi==2.3.3 # https://github.com/core-api/python-client
|
||||||
|
|
Loading…
Reference in New Issue
Block a user