diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-04-02 10:29:54 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-04-02 10:29:54 -0500 |
commit | 6755f50e8e073c651bf9f26824068396bc216405 (patch) | |
tree | f8d497324adc46cb2714c7ce0f199e101091e442 /setup.py | |
parent | ebc4ab71a2d29d72474e70c42700efa90e900aab (diff) | |
download | mediagoblin-6755f50e8e073c651bf9f26824068396bc216405.tar.lz mediagoblin-6755f50e8e073c651bf9f26824068396bc216405.tar.xz mediagoblin-6755f50e8e073c651bf9f26824068396bc216405.zip |
Basic authentication tools using py-bcrypt
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ setup( 'mongokit', 'webob', 'wtforms', + 'py-bcrypt', ], license = 'AGPLv3', |