From 9578fe504795fef05f9bfaa802a3d7ee0fa1d440 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 9 Apr 2011 08:11:43 -0500 Subject: [PATCH] Include werkzeug. We'll need it for werkzeug.util.secure_filename at least. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f38b2b60..8be416b1 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,7 @@ setup( 'wtforms', 'py-bcrypt', 'nose', + 'werkzeug', ], test_suite='nose.collector',