blob: 0f0d0e0dbd99ae3021ff5ea69507aa37085cf014 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
# PIP requirements for AWX development/build environment (using only local
# packages). Install using "pip --no-index -r dev_local.txt".
distribute-0.6.45.tar.gz
Django-1.5.2.tar.gz
# 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:
#amqp-1.0.13.tar.gz
#anyjson-0.3.3.tar.gz
# Needed by celery:
#billiard-2.7.3.32.tar.gz
#kombu-2.5.14.tar.gz
#python-dateutil-2.1.tar.gz
# Needed by django-celery:
#celery-3.0.22.tar.gz
#pytz-2013b.tar.gz
# Remaining dev/prod packages:
#django-auth-ldap-1.1.4.tar.gz
#django-celery-3.0.21.tar.gz
#django-extensions-1.2.0.tar.gz
#django-jsonfield-0.9.10.tar.gz
#django-taggit-0.10.tar.gz
#djangorestframework-2.3.7.tar.gz
#Markdown-2.3.1.tar.gz
#pexpect-2.4.tar.gz
#requests-1.2.3.tar.gz
#South-0.8.2.tar.gz
# Remaining dev-only packages:
django-debug-toolbar-0.9.4.tar.gz
django-devserver-0.6.2.tar.gz
ipython-1.0.0.tar.gz
# 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")
# - coverage-3.6.tar.gz (if you want to check test coverage; the default
# python-coverage package is old.)
# - readline-6.2.4.1.tar.gz (for using the ipython interactive shell)
|