mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Makefile updates, updated requirement packages, added requirements files for both local and PyPI installations.
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
# PIP requirements for AnsibleWorks development/build environment.
|
||||
# Install using "pip -r dev.txt"
|
||||
# PIP requirements for AnsibleWorks development/build environment (downloaded
|
||||
# from PyPI). Install using "pip -r dev.txt".
|
||||
|
||||
-U distribute
|
||||
|
||||
# Packages used for development and production:
|
||||
Django>=1.5
|
||||
django-celery
|
||||
django-extensions
|
||||
django-filter
|
||||
django-jsonfield
|
||||
django-taggit
|
||||
djangorestframework>=2.3.0,<2.4.0
|
||||
@@ -14,6 +16,7 @@ python-dateutil
|
||||
requests
|
||||
South>=0.8,<2.0
|
||||
|
||||
# Development-only packages:
|
||||
django-debug-toolbar
|
||||
django-devserver
|
||||
ipython
|
||||
@@ -21,8 +24,6 @@ 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)
|
||||
# - 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.)
|
||||
|
||||
Reference in New Issue
Block a user