aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d85e423..055ed75 100755
--- a/setup.py
+++ b/setup.py
@@ -44,6 +44,7 @@ setup(
44 'django>=1.0', 44 'django>=1.0',
45 'docutils', 45 'docutils',
46 'django-registration==0.8-alpha-1', 46 'django-registration==0.8-alpha-1',
47 'django-tagging>=0.3',
47 ], 48 ],
48 dependency_links=[ 49 dependency_links=[
49 'http://bitbucket.org/ubernostrum/django-registration/downloads', 50 'http://bitbucket.org/ubernostrum/django-registration/downloads',