Basic authentication tools using py-bcrypt

This commit is contained in:
Christopher Allan Webber
2011-04-02 10:29:54 -05:00
parent ebc4ab71a2
commit 6755f50e8e
3 changed files with 67 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ setup(
'mongokit',
'webob',
'wtforms',
'py-bcrypt',
],
license = 'AGPLv3',