summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
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 e17543f5..50c72ddb 100644
--- a/setup.py
+++ b/setup.py
@@ -9,6 +9,7 @@ import sys
install_requires = [
'django==1.1.2',
'South>=0.7.1',
+ 'oauth2',
'recaptcha-client',
'markdown2',
'html5lib',