chore(api): pin/downgrade django-filter to ~=21.1.0

This commit is contained in:
jo 2022-06-18 11:39:51 +02:00 committed by Jonas L
parent 14b716d366
commit 9babb0c4f0
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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",
], ],