1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00
awx/requirements.txt

27 lines
815 B
Plaintext

# PIP requirements for AnsibleWorks development/build environment.
# Install using "pip -r requirements.txt"
Django>=1.5
django-celery
django-devserver
django-extensions
django-filter
django-jsonfield
djangorestframework
ipython
markdown
pexpect
python-dateutil
PyYAML
South
# 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)
# - distribute (Use the latest version via "pip install -U distribute"; the
# default python-setuptools package is old.)
# - psycopg2 (via "yum install python-psycopg2")
# - coverage (if you want to check test coverage, via "pip install coverage";
# the default python-coverage package is old.)
# - readline (for using the ipython interactive shell)