setup: allow django-haystack 3.2.1 (#81953)
gitea/welco/pipeline/head This commit looks good Details

This commit is contained in:
Valentin Deniaud 2023-12-18 11:04:48 +01:00
parent 6e2eac43a6
commit ebc92cfc7f
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ setup(
'django>=2.2,<3.3',
'gadjo',
'django-ckeditor<4.5.4',
'django-haystack<3.2',
'django-haystack<3.2.2',
'django-taggit<3',
'djangorestframework>=3.3,<3.15',
'requests',