aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAntonio Terceiro <antonio.terceiro@linaro.org>2013-07-25 20:02:35 -0300
committerAntonio Terceiro <antonio.terceiro@linaro.org>2013-07-25 20:02:35 -0300
commit7d6a3f3dcb98b04486c50b0f3d332df3e8e25e98 (patch)
tree36830f8f02fa6434d2e81ea408bc4c91096479d1 /setup.py
parente4d7c9da08827fefe4803429e4d3e7f1aeb9833c (diff)
Deal with django-crowd-rest-backend as an optional dependency
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',