Limit Happybase version < 1.0.0

The API changed and the Panko driver does not work anymore with it.

Change-Id: Ia3226581259448d81043184277fd19110011c866
Partial-Bug: #1613419
This commit is contained in:
xiaozhuangqing 2016-08-19 10:49:51 +08:00 committed by Julien Danjou
parent 398110ce86
commit 7aaa77e06e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
coverage>=3.6 # 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
happybase!=0.7,>=0.5,<1.0.0;python_version=='2.7' # MIT
mock>=1.2 # BSD
PyMySQL>=0.6.2 # MIT License
# Docs Requirements