From 016c892bb7dd4fcd3eaa8547a1141dbfad137c8a Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Tue, 18 Sep 2012 16:30:33 +0100 Subject: [PATCH] Need bcrypt. Signed-off-by: Chris Lamb --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index ad03221..f191599 100644 --- a/debian/control +++ b/debian/control @@ -10,5 +10,6 @@ Architecture: all Depends: ${misc:Depends}, ${python:Depends}, + python-bcrypt, python-django, python-django-south,