From c5c9454d596b7845aad155d5484f9351f8249fb2 Mon Sep 17 00:00:00 2001 From: Wan Liuyang Date: Mon, 11 Jun 2018 11:26:43 +0800 Subject: [PATCH] Update base.txt --- {{cookiecutter.project_slug}}/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index 26efae53d..5e8f78468 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -27,4 +27,4 @@ django-redis==4.9.0 # https://github.com/niwinz/django-redis # Django REST Framework djangorestframework==3.8.2 # https://github.com/encode/django-rest-framework -coreapi==2.3.3 # https://github.com/core-api/python-client \ No newline at end of file +coreapi==2.3.3 # https://github.com/core-api/python-client