mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
2e0ad0edbf
Conflicts: CONTRIBUTING.md
102 lines
3.2 KiB
Plaintext
102 lines
3.2 KiB
Plaintext
# PIP requirements for AWX development/build environment (using only local
|
|
# packages). Install using "pip --no-index -r dev_local.txt".
|
|
|
|
# May need to install these packages separately the first time:
|
|
setuptools-2.2.tar.gz
|
|
distribute-0.7.3.zip
|
|
Django-1.5.5.tar.gz
|
|
|
|
# The following packages are bundled with AWX (in awx/lib/site-packages):
|
|
# For Python2.6 support:
|
|
#importlib-1.0.3.tar.bz2
|
|
#ordereddict-1.1.tar.gz
|
|
# Needed by python-dateutil, django-extensions, python-novaclient:
|
|
#six-1.6.1.tar.gz
|
|
# Needed by kombu:
|
|
#amqp-1.4.4.tar.gz
|
|
#anyjson-0.3.3.tar.gz
|
|
# Needed by celery:
|
|
#billiard-3.3.0.16.tar.gz
|
|
#kombu-3.0.14.tar.gz
|
|
#python-dateutil-2.2.tar.gz
|
|
# Needed by django-celery:
|
|
#celery-3.1.10.tar.gz
|
|
# Needed by django-celery, babel:
|
|
#pytz-2014.2.tar.bz2
|
|
# Needed by pbr:
|
|
#pip-1.5.4.tar.gz
|
|
# Needed by python-novaclient:
|
|
#Babel-1.3.tar.gz
|
|
#iso8601-0.1.10.tar.gz
|
|
#prettytable-0.7.2.tar.bz2
|
|
#requests-2.2.1.tar.gz
|
|
#simplejson-3.3.3.tar.gz
|
|
# Needed by python-novaclient, python-swiftclient:
|
|
#pbr-0.8.0.tar.gz
|
|
# Needed by rackspace-novaclient, os-diskconfig-python-novaclient-ext,
|
|
# os-networksv2-python-novaclient-ext,
|
|
# rax-default-network-flags-python-novaclient-ext,
|
|
# rax-scheduled-images-python-novaclient-ext:
|
|
#python-novaclient-2.17.0.tar.gz
|
|
# Needed by rackspace-novaclient:
|
|
#rackspace-auth-openstack-1.3.tar.gz
|
|
#os_diskconfig_python_novaclient_ext-0.1.2.tar.gz
|
|
#os_networksv2_python_novaclient_ext-0.21.tar.gz
|
|
#os_virtual_interfacesv2_python_novaclient_ext-0.15.tar.gz
|
|
#rax_default_network_flags_python_novaclient_ext-0.2.3.tar.gz
|
|
#rax_scheduled_images_python_novaclient_ext-0.2.1.tar.gz
|
|
# Needed by distribute:
|
|
#setuptools-2.2.tar.gz
|
|
# Needed by d2to1:
|
|
#distribute-0.7.3.tar.gz
|
|
# Needed by python-swiftclient:
|
|
#d2to1-0.2.11.tar.gz
|
|
# Needed by pyrax:
|
|
#httplib2-0.8.tar.gz
|
|
#keyring-3.7.zip
|
|
#mock-1.0.1.tar.gz
|
|
#python-swiftclient-2.0.3.tar.gz
|
|
#rackspace-novaclient-1.4.tar.gz
|
|
# Remaining dev/prod packages:
|
|
#ansi2html-1.0.6.tar.gz
|
|
#boto-2.27.0.tar.gz
|
|
#django-auth-ldap-1.1.8.tar.gz
|
|
#django-celery-3.1.10.tar.gz
|
|
#django-crum-0.6.1.tar.gz
|
|
#django-extensions-1.3.3.tar.gz
|
|
#django-jsonfield-0.9.12.tar.gz
|
|
#django_polymorphic-0.5.3.tar.gz
|
|
#django-split-settings-0.1.1.tar.gz
|
|
#django-taggit-0.11.2.tar.gz
|
|
#djangorestframework-2.3.13.tar.gz
|
|
#Markdown-2.4.tar.gz
|
|
#pexpect-3.1.tar.gz
|
|
#pyrax-1.7.2.tar.gz
|
|
#South-0.8.4.tar.gz
|
|
|
|
# Dev-only packages:
|
|
# Needed by django-debug-toolbar:
|
|
sqlparse-0.1.11.tar.gz
|
|
# Needed for Python2.6 support:
|
|
unittest2-0.5.1.tar.gz
|
|
# Needed by pylint:
|
|
logilab-common-0.61.0.tar.gz
|
|
astroid-1.0.1.tar.gz
|
|
# Needed by django-jenkins:
|
|
coverage-3.7.1.tar.gz
|
|
pylint-1.1.0.tar.gz
|
|
# Remaining dev-only packages:
|
|
django-debug-toolbar-1.0.1.tar.gz
|
|
django-devserver-0.7.0.tar.gz
|
|
django-jenkins-0.14.1.tar.gz
|
|
ipython-1.2.1.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")
|
|
# - readline-6.2.4.1.tar.gz (for the ipython shell)
|
|
# - python-zmq (for using the job callback receiver)
|
|
# - python-memcached (for host details caching)
|