AC-156. Add dependencies for LDAP support.

This commit is contained in:
Chris Church
2013-09-06 17:11:38 -04:00
parent 8cdbaa83b2
commit 1763d373eb
12 changed files with 2856 additions and 0 deletions

View File

@@ -4,6 +4,7 @@
Django>=1.4
# The following packages are now bundled with AWX (awx/lib/site-packages):
#django-auth-ldap
#django-celery
#django-extensions
#django-jsonfield
@@ -19,3 +20,4 @@ Django>=1.4
# package manager, or pip if you're running inside a virtualenv.
# - ansible (via yum, pip or source checkout)
# - psycopg2 (via "yum install python-psycopg2")
# - python-ldap (via "yum install python-ldap")