summaryrefslogtreecommitdiffstats
path: root/requirements/dev.txt
blob: 54bf44d9b172e65a3519eafb50461c9121e196a6 (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
# PIP requirements for AWX development/build environment (downloaded from
# PyPI). Install using "pip -r dev.txt".

-U distribute

# Packages used for both development and production:
Django>=1.4

# The following packages are now bundled with AWX (awx/lib/site-packages):
  #django-auth-ldap
  #django-celery
  #django-extensions
  #django-jsonfield
  #django-taggit
  #djangorestframework>=2.3.0,<2.4.0
  #Markdown
  #pexpect
  #python-dateutil
  #requests
  #South>=0.8,<2.0

# Development-only packages:
django-debug-toolbar
django-devserver
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")
# - 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)