aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0c85a3136..9965f3ca3 100755
--- a/setup.py
+++ b/setup.py
@@ -73,7 +73,9 @@ setup(
'south >= 0.7.3',
'versiontools >= 1.8',
'markdown >= 2.0.3',
- 'django-crowd-rest-backend >= 0.3',
+
+ # optional dependency; for authentication with Attlassian Crowd SSO
+ # 'django-crowd-rest-backend >= 0.3,
],
setup_requires=[
'versiontools >= 1.8',