We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5b25b commit c85fce2Copy full SHA for c85fce2
setup.py
@@ -33,7 +33,7 @@
33
version="4.0.0",
34
license="MIT License",
35
packages=find_packages(exclude=["tests"]),
36
- install_requires=["django>=4.0", "algoliasearch>=4.0,<5.0"],
+ install_requires=["django>=4.0"],
37
description="Algolia Search integration for Django",
38
long_description=README,
39
long_description_content_type="text/markdown",
0 commit comments