Do not limit elasticsearch to 2.0

Change-Id: Ic616ce51adccf8a05da623fe76cc61644ac50b44
This commit is contained in:
Julien Danjou 2016-07-28 16:11:57 +02:00
parent 54a3eb7252
commit 82803450d3
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