From df58ffebc073049ed373b3451510bd40e2ab3287 Mon Sep 17 00:00:00 2001 From: Gerald Manipon Date: Mon, 17 Jun 2019 20:34:18 +0000 Subject: [PATCH] sync elasticsearch version with grq2 and pele --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9a975a0..9ebb9bf 100644 --- a/setup.py +++ b/setup.py @@ -7,6 +7,6 @@ version='1.0.0', packages=find_packages(), install_requires=[ - 'elasticsearch>=5.4.0', 'requests>=2.18.4', 'simplejson>=3.11.1' + 'elasticsearch>=1.0.0,<2.0.0', 'requests>=2.18.4', 'simplejson>=3.11.1' ] )