From e8b36af72fb371a528ee20acceea6e7ed4ef4d52 Mon Sep 17 00:00:00 2001 From: Cole Maclean Date: Wed, 19 Feb 2020 13:13:10 -0800 Subject: [PATCH 1/2] Remove coreapi requirement --- {{cookiecutter.project_slug}}/requirements/base.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/base.txt b/{{cookiecutter.project_slug}}/requirements/base.txt index 5427f1d0e..31a6a32b6 100644 --- a/{{cookiecutter.project_slug}}/requirements/base.txt +++ b/{{cookiecutter.project_slug}}/requirements/base.txt @@ -31,4 +31,3 @@ django-redis==4.11.0 # https://github.com/niwinz/django-redis # Django REST Framework djangorestframework==3.11.0 # https://github.com/encode/django-rest-framework -coreapi==2.3.3 # https://github.com/core-api/python-client From 54dd167501b2049e70acfd786ba856e3e2ed0845 Mon Sep 17 00:00:00 2001 From: Cole Maclean Date: Wed, 19 Feb 2020 13:17:02 -0800 Subject: [PATCH 2/2] Add myself to contributors --- CONTRIBUTORS.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 2554d2cfc..5859bc3a1 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -87,6 +87,7 @@ Listed in alphabetical order. Chris Pappalardo `@ChrisPappalardo`_ Christopher Clarke `@chrisdev`_ Cole Mackenzie `@cmackenzie1`_ + Cole Maclean `@cole`_ @cole Collederas `@Collederas`_ Craig Margieson `@cmargieson`_ Cristian Vargas `@cdvv7788`_ @@ -258,6 +259,7 @@ Listed in alphabetical order. .. _@chuckus: https://github.com/chuckus .. _@cmackenzie1: https://github.com/cmackenzie1 .. _@cmargieson: https://github.com/cmargieson +.. _@cole: https://github.com/cole .. _@Collederas: https://github.com/Collederas .. _@curtisstpierre: https://github.com/curtisstpierre .. _@dadokkio: https://github.com/dadokkio