Updated requirement specifier.

Updated as per Pypi's [requirement-specifiers](https://pip.pypa.io/en/stable/reference/pip_install/#requirement-specifiers) constraint, also defined at - [PEP 508](https://www.python.org/dev/peps/pep-0508/)
This commit is contained in:
Abhishek Kumar Singh
2019-12-09 20:39:51 +05:30
committed by GitHub
parent 35afe32a6d
commit 7322cfcf98
+1 -1
View File
@@ -47,7 +47,7 @@ The recommended way to set your requirements in your `setup.py` or
elasticsearch>=7.0.0,<8.0.0
# Elasticsearch 6.x
elasticsearch6>=6.0.0,<7.0.0
elasticsearch>=6.0.0,<7.0.0
# Elasticsearch 5.x
elasticsearch>=5.0.0,<6.0.0