diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index a07ea8e9b..691b43ca3 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`_ @@ -259,6 +260,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 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