Fix missing dependency on python-mock.

(imported from commit e82be819a7dd0f7c8683e7efc0a5095b9844b159)
This commit is contained in:
Tim Abbott 2013-11-12 18:39:12 -05:00
parent 306ce65ea3
commit 317a6f308f
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ class zulip::app_frontend {
"python-django-south",
"python-django-pipeline",
"python-django-bitfield",
# Needed for mock objects in decorators
"python-mock",
# Tornado dependencies
"python-tornado",
"python-sockjs-tornado",