Skip to content

Commit

Permalink
sync elasticsearch version with grq2 and pele
Browse files Browse the repository at this point in the history
  • Loading branch information
pymonger committed Jun 17, 2019
1 parent 6693a77 commit df58ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]
)

0 comments on commit df58ffe

Please sign in to comment.