From d6e0b95d81c0ea98f54a7d0d1e8a0064ef762888 Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Sat, 17 Mar 2018 06:58:16 -0500 Subject: [PATCH] Adding coreapi and moving DRF to end of base.txt --- {{cookiecutter.project_slug}}/requirements/base.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index 1e993936a..e74c1e1c0 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -1,4 +1,3 @@ -djangorestframework==3.7.7 # https://github.com/encode/django-rest-framework pytz==2018.3 # https://github.com/stub42/pytz awesome-slugify==1.6.5 # https://github.com/dimka665/awesome-slugify 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 {%- endif %} 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