Merge "Do not limit elasticsearch to 2.0"

This commit is contained in:
Jenkins 2016-08-16 14:57:01 +00:00 committed by Gerrit Code Review
commit 398110ce86
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
coverage>=3.6 # Apache-2.0
elasticsearch<2.0,>=1.3.0 # Apache-2.0
elasticsearch>=1.3.0 # Apache-2.0
fixtures<2.0,>=1.3.1 # Apache-2.0/BSD
happybase!=0.7,>=0.5;python_version=='2.7' # MIT
mock>=1.2 # BSD