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!
|
||||
coreapi
|
||||
django~=3.2.13
|
||||
django-filter
|
||||
django-filter~=21.1.0
|
||||
djangorestframework
|
||||
drf-spectacular
|
||||
markdown
|
||||
|
|
|
@ -35,7 +35,7 @@ setup(
|
|||
"coreapi",
|
||||
"django~=3.2.13",
|
||||
"djangorestframework",
|
||||
"django-filter",
|
||||
"django-filter~=21.1.0",
|
||||
"drf-spectacular",
|
||||
"markdown",
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue