diff --git a/setup.py b/setup.py index 53a3311..9593078 100755 --- a/setup.py +++ b/setup.py @@ -26,4 +26,4 @@ 'Programming Language :: Python :: 2.7'], keywords='pootle index search elasticsearch haystack', packages=find_packages(exclude=['contrib', 'docs', 'tests*']), - install_requires=['django-haystack==2.4.1', 'pootle']) + install_requires=['django-haystack==3.0', 'pootle'])