chore(api): remove deprecated coreapi dependency

https://www.django-rest-framework.org/community/3.10-announcement/#openapi-schema-generation
This commit is contained in:
jo 2022-06-28 12:52:13 +02:00 committed by Kyle Robbertze
parent 6d7510afee
commit 6c82e37fac
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -32,7 +32,6 @@ setup(
]
},
install_requires=[
"coreapi~=2.3.3",
"django~=3.2.13",
"djangorestframework~=3.13.1",
"django-filter~=21.1.0",