Merge "Fix elasticsearch version in python requirements"

This commit is contained in:
Zuul
2019-05-06 11:51:59 +00:00
committed by Gerrit Code Review

View File

@@ -15,7 +15,7 @@ bandit>=1.1.0 # Apache-2.0
pymongo!=3.1,>=3.0.2 # Apache-2.0
# Elasticsearch python client
elasticsearch>=2.0.0,<=3.0.0 # Apache-2.0
elasticsearch>=2.0.0,<3.0.0 # Apache-2.0
# Redis python client
redis>=2.10.0 # MIT