chore(api): pin/downgrade django-filter to ~=21.1.0
This commit is contained in:
parent
14b716d366
commit
9babb0c4f0
|
@ -2,7 +2,7 @@
|
||||||
# Please do not edit this file, edit the setup.py file!
|
# Please do not edit this file, edit the setup.py file!
|
||||||
coreapi
|
coreapi
|
||||||
django~=3.2.13
|
django~=3.2.13
|
||||||
django-filter
|
django-filter~=21.1.0
|
||||||
djangorestframework
|
djangorestframework
|
||||||
drf-spectacular
|
drf-spectacular
|
||||||
markdown
|
markdown
|
||||||
|
|
|
@ -35,7 +35,7 @@ setup(
|
||||||
"coreapi",
|
"coreapi",
|
||||||
"django~=3.2.13",
|
"django~=3.2.13",
|
||||||
"djangorestframework",
|
"djangorestframework",
|
||||||
"django-filter",
|
"django-filter~=21.1.0",
|
||||||
"drf-spectacular",
|
"drf-spectacular",
|
||||||
"markdown",
|
"markdown",
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue