aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 99519e7..290740f 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,8 @@ with open("README.md", "r") as fh:
]},
install_requires=[
"dynaconf>=3",
- "elasticsearch-dsl>=7.0.0,<8.0.0",
+ "elasticsearch>=7.8.0,<7.14.0",
+ "elasticsearch-dsl>=7.0.0,<8.0.0",
"fatcat-openapi-client>=0.3.3", # https://pypi.org/project/fatcat-openapi-client/
"ftfy",
"glom",