1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-05 05:51:21 +03:00
awx/requirements/prod.txt
2013-09-06 17:11:38 -04:00

24 lines
685 B
Plaintext

# PIP requirements for AWX production environment (downloaded from PyPI).
# Install using "pip -r prod.txt".
Django>=1.4
# The following packages are now bundled with AWX (awx/lib/site-packages):
#django-auth-ldap
#django-celery
#django-extensions
#django-jsonfield
#django-taggit
#djangorestframework>=2.3.0,<2.4.0
#Markdown
#pexpect
#python-dateutil
#requests
#South>=0.8,<2.0
# You may also need to install the following extra packages using the OS
# 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")