Merge "Fix elasticsearch version in python requirements"
This commit is contained in:
@@ -15,7 +15,7 @@ bandit>=1.1.0 # Apache-2.0
|
|||||||
pymongo!=3.1,>=3.0.2 # Apache-2.0
|
pymongo!=3.1,>=3.0.2 # Apache-2.0
|
||||||
|
|
||||||
# Elasticsearch python client
|
# 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 python client
|
||||||
redis>=2.10.0 # MIT
|
redis>=2.10.0 # MIT
|
||||||
|
Reference in New Issue
Block a user