aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-04-02 10:29:54 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-04-02 10:29:54 -0500
commit6755f50e8e073c651bf9f26824068396bc216405 (patch)
treef8d497324adc46cb2714c7ce0f199e101091e442 /setup.py
parentebc4ab71a2d29d72474e70c42700efa90e900aab (diff)
downloadmediagoblin-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.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 1f9f852d..5f386eef 100644
--- a/setup.py
+++ b/setup.py
@@ -33,6 +33,7 @@ setup(
'mongokit',
'webob',
'wtforms',
+ 'py-bcrypt',
],
license = 'AGPLv3',