setup.py: limit django-haystack to <2.8 until we are officialy django 1.11 compatible (#22550)

This commit is contained in:
Benjamin Dauvergne 2018-05-19 16:37:18 +02:00
parent 27d62bf7ff
commit b231dee24a
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ setup(
install_requires=['django>=1.7, <1.9',
'gadjo',
'django-ckeditor<4.5.3',
'django-haystack',
'django-haystack<2.8',
'django-reversion>=2.0',
'django-taggit',
'requests',