2013-06-23 21:21:02 +04:00
# PIP requirements for AWX production environment (using only local packages).
# Install using "pip --no-index -r prod_local.txt".
2013-06-20 23:53:10 +04:00
2013-08-28 07:20:47 +04:00
Django-1.5.2.tar.gz
2013-06-20 23:53:10 +04:00
2013-06-24 05:04:55 +04:00
# The following packages are now bundled with AWX (awx/lib/site-packages):
# Needed by python-dateutil, django-extensions:
#six-1.3.0.tar.gz
# Needed by kombu:
2013-08-28 07:20:47 +04:00
#amqp-1.0.13.tar.gz
2013-06-24 05:04:55 +04:00
#anyjson-0.3.3.tar.gz
# Needed by celery:
2013-08-28 07:20:47 +04:00
#billiard-2.7.3.32.tar.gz
#kombu-2.5.14.tar.gz
2013-06-24 05:04:55 +04:00
#python-dateutil-2.1.tar.gz
# Needed by django-celery:
2013-08-28 07:20:47 +04:00
#celery-3.0.22.tar.gz
2013-06-24 05:04:55 +04:00
#pytz-2013b.tar.gz
# Remaining dev/prod packages:
2013-09-07 01:11:38 +04:00
#django-auth-ldap-1.1.4.tar.gz
2013-08-28 07:20:47 +04:00
#django-celery-3.0.21.tar.gz
#django-extensions-1.2.0.tar.gz
2013-06-24 05:04:55 +04:00
#django-jsonfield-0.9.10.tar.gz
2013-08-28 07:20:47 +04:00
#django-taggit-0.10.tar.gz
#djangorestframework-2.3.7.tar.gz
2013-06-24 05:04:55 +04:00
#Markdown-2.3.1.tar.gz
#pexpect-2.4.tar.gz
#requests-1.2.3.tar.gz
2013-08-28 07:20:47 +04:00
#South-0.8.2.tar.gz
2013-06-20 23:53:10 +04:00
# 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")
2013-09-07 01:11:38 +04:00
# - python-ldap (via "yum install python-ldap")