chore(api): remove deprecated coreapi dependency
https://www.django-rest-framework.org/community/3.10-announcement/#openapi-schema-generation
This commit is contained in:
parent
6d7510afee
commit
6c82e37fac
|
@ -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
|
||||
|
|
|
@ -32,7 +32,6 @@ setup(
|
|||
]
|
||||
},
|
||||
install_requires=[
|
||||
"coreapi~=2.3.3",
|
||||
"django~=3.2.13",
|
||||
"djangorestframework~=3.13.1",
|
||||
"django-filter~=21.1.0",
|
||||
|
|
Loading…
Reference in New Issue