Merge "Add crc16 lib to requirements crc16 is used by redis hash storage calculation.redis driver is merged into dragonflow,so we need it add to requirements"

This commit is contained in:
Jenkins 2016-05-26 14:55:48 +00:00 committed by Gerrit Code Review
commit 358a6b9a6e
2 changed files with 2 additions and 0 deletions

View File

@ -160,6 +160,7 @@ PyMySQL>=0.6.2 # MIT License
python-k8sclient>=0.1.0 # Apache-2.0
voluptuous>=0.8.9 # BSD License
pydotplus>=2.0.2 # MIT License
crc16>=0.1.1 # LGPL
# NOTE(flaper87): This added 2 packages to `integration.sh`
# uuid-dev and swig

View File

@ -396,3 +396,4 @@ xvfbwrapper===0.2.8
yaql===1.1.0
zake===0.2.2
zope.interface===4.1.3
crc16===0.1.1