2013-06-23 21:21:02 +04:00
# PIP requirements for AWX development/build environment (downloaded from
# PyPI). Install using "pip -r dev.txt".
2013-05-22 03:08:46 +04:00
2013-06-20 23:53:10 +04:00
-U distribute
2013-06-24 05:04:55 +04:00
# Packages used for both development and production:
2014-09-10 22:35:53 +04:00
Django>=1.6.7,<1.7
2013-06-24 05:04:55 +04:00
2013-09-30 04:36:46 +04:00
# The following packages and their dependencies are bundled with AWX
# (in awx/lib/site-packages):
2014-04-02 04:15:36 +04:00
#ansi2html
2013-09-30 04:36:46 +04:00
#boto
2013-09-07 01:11:38 +04:00
#django-auth-ldap
2013-06-24 05:04:55 +04:00
#django-celery
2014-04-02 05:27:32 +04:00
#django-crum
2013-06-24 05:04:55 +04:00
#django-extensions
#django-jsonfield
2014-01-03 00:09:48 +04:00
#django-split-settings
2013-06-24 05:04:55 +04:00
#django-taggit
#djangorestframework>=2.3.0,<2.4.0
#Markdown
#pexpect
2013-09-30 04:36:46 +04:00
#pyrax
2013-06-24 05:04:55 +04:00
#python-dateutil
#requests
#South>=0.8,<2.0
2013-06-11 05:54:42 +04:00
2013-06-20 23:53:10 +04:00
# Development-only packages:
2013-06-11 05:54:42 +04:00
django-debug-toolbar
2014-09-11 11:54:26 +04:00
django-devserver>0.7
2013-09-25 07:13:27 +04:00
unittest2
2014-04-01 22:56:37 +04:00
django-jenkins<0.15
2013-06-11 05:54:42 +04:00
ipython
2013-05-22 03:08:46 +04:00
# 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")
2013-09-07 01:11:38 +04:00
# - python-ldap (via "yum install python-ldap")
2013-09-25 06:51:56 +04:00
# - readline (for using the ipython interactive shell)
2014-02-19 00:22:49 +04:00
# - python-zmq (for using the job callback receiver)