mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
# PIP requirements for AWX development/build environment (downloaded from
|
|
# PyPI). Install using "pip install -r dev.txt".
|
|
|
|
-U distribute
|
|
|
|
# Packages used for both development and production:
|
|
Django>=1.6.7,<1.7
|
|
pymongo>=2.8
|
|
|
|
# The following packages and their dependencies are bundled with AWX
|
|
# (in awx/lib/site-packages):
|
|
#ansi2html
|
|
#boto
|
|
#django-auth-ldap
|
|
#django-celery
|
|
#django-crum
|
|
#django-extensions
|
|
#django-jsonfield
|
|
#django-split-settings
|
|
#django-taggit
|
|
#djangorestframework>=2.3.0,<2.4.0
|
|
#Markdown
|
|
#pexpect
|
|
#pyrax
|
|
#python-dateutil
|
|
#redis
|
|
#requests
|
|
#South>=0.8,<2.0
|
|
#mongoengine>=0.9.0
|
|
|
|
# Development-only packages:
|
|
django-debug-toolbar
|
|
django-devserver>0.7
|
|
unittest2
|
|
django-jenkins
|
|
ipython
|
|
|
|
# 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 (for using the ipython interactive shell)
|
|
# - python-zmq (for using the job callback receiver)
|