Add snappy dependency for upcoming feature

This commit is contained in:
David King
2016-03-02 10:58:33 -08:00
parent ef6bb0405b
commit e349f1317f
2 changed files with 2 additions and 0 deletions

View File

@@ -83,6 +83,7 @@ python-pycaptcha
python-pylibmc=1.2.2-1~trusty5
python-amqplib
python-bcrypt
python-snappy
python-snudown
python-l2cs
python-lxml

View File

@@ -86,6 +86,7 @@ setup(
"pylibmc==1.2.2",
"webob",
"webtest",
"python-snappy",
],
# setup tests (allowing for "python setup.py test")
tests_require=['mock', 'nose', 'coverage'],