From 6c82e37fac81634ab73adbc20d75cbb7675bad86 Mon Sep 17 00:00:00 2001 From: jo Date: Tue, 28 Jun 2022 12:52:13 +0200 Subject: [PATCH] chore(api): remove deprecated coreapi dependency https://www.django-rest-framework.org/community/3.10-announcement/#openapi-schema-generation --- api/requirements.txt | 1 - api/setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 2800352e2..5900366cb 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,6 +1,5 @@ # This file is auto-generated by tools/extract-requirements.sh. # Please do not edit this file, edit the setup.py file! -coreapi~=2.3.3 django~=3.2.13 django-filter~=21.1.0 djangorestframework~=3.13.1 diff --git a/api/setup.py b/api/setup.py index cddbdf2ed..2683587b5 100644 --- a/api/setup.py +++ b/api/setup.py @@ -32,7 +32,6 @@ setup( ] }, install_requires=[ - "coreapi~=2.3.3", "django~=3.2.13", "djangorestframework~=3.13.1", "django-filter~=21.1.0",