From 68ecc7bb10338bea066fe804e3973603a69f5b33 Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Tue, 7 Jan 2014 16:40:59 -0500 Subject: [PATCH] Update test dependencies in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3df5d6c..d6e0765 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ setup( 'Flask-SQLAlchemy', 'Flask-MongoEngine', 'Flask-Peewee', - 'py-bcrypt', + 'bcrypt', 'simplejson' ], classifiers=[