Fix elasticsearch version in python requirements

OpenStack Python requirements check fails on Python elasticsearch with error:

 > Requirement for package elasticsearch excludes a version
 > not excluded in the global list.

Change-Id: Iadb5a14d495dbf242970b8b1f4705cd33545a7eb
Closes-Bug: #1826782
This commit is contained in:
Radoslaw Smigielski 2019-04-28 15:05:38 -06:00
parent 9847b8984a
commit 895dbc60c6
1 changed files with 1 additions and 1 deletions

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