chore(api): pin django related packages
This commit is contained in:
parent
9babb0c4f0
commit
7457a29e7f
|
@ -1,9 +1,9 @@
|
||||||
# This file is auto-generated by tools/extract-requirements.sh.
|
# This file is auto-generated by tools/extract-requirements.sh.
|
||||||
# Please do not edit this file, edit the setup.py file!
|
# Please do not edit this file, edit the setup.py file!
|
||||||
coreapi
|
coreapi~=2.3.3
|
||||||
django~=3.2.13
|
django~=3.2.13
|
||||||
django-filter~=21.1.0
|
django-filter~=21.1.0
|
||||||
djangorestframework
|
djangorestframework~=3.13.1
|
||||||
drf-spectacular
|
drf-spectacular~=0.22.1
|
||||||
markdown
|
markdown
|
||||||
psycopg2
|
psycopg2
|
||||||
|
|
|
@ -32,11 +32,11 @@ setup(
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"coreapi",
|
"coreapi~=2.3.3",
|
||||||
"django~=3.2.13",
|
"django~=3.2.13",
|
||||||
"djangorestframework",
|
"djangorestframework~=3.13.1",
|
||||||
"django-filter~=21.1.0",
|
"django-filter~=21.1.0",
|
||||||
"drf-spectacular",
|
"drf-spectacular~=0.22.1",
|
||||||
"markdown",
|
"markdown",
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
|
|
Loading…
Reference in New Issue