mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 04:17:36 -02:30
added dependencies mongoengine and pymongo
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
# PIP requirements for AWX development/build environment (downloaded from
|
||||
# PyPI). Install using "pip -r dev.txt".
|
||||
# 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):
|
||||
@@ -25,6 +26,7 @@ Django>=1.6.7,<1.7
|
||||
#redis
|
||||
#requests
|
||||
#South>=0.8,<2.0
|
||||
#mongoengine>=0.9.0
|
||||
|
||||
# Development-only packages:
|
||||
django-debug-toolbar
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
# PIP requirements for AWX development/build environment (using only local
|
||||
# packages). Install using "pip --no-index -r dev_local.txt".
|
||||
# packages). Install using "pip install --no-index -r dev_local.txt".
|
||||
|
||||
# May need to install these packages separately the first time:
|
||||
setuptools-12.0.5.tar.gz
|
||||
distribute-0.7.3.zip
|
||||
Django-1.6.7.tar.gz
|
||||
mongo-python-driver-2.8.tar.gz
|
||||
|
||||
# The following packages are bundled with AWX (in awx/lib/site-packages):
|
||||
# For Python2.6 support:
|
||||
@@ -74,6 +75,7 @@ Django-1.6.7.tar.gz
|
||||
#pyrax-1.7.2.tar.gz
|
||||
#redis-2.10.3.tar.gz
|
||||
#South-0.8.4.tar.gz
|
||||
#mongoengine-0.9.0.tar.gz
|
||||
|
||||
# Dev-only packages:
|
||||
# Needed by django-debug-toolbar:
|
||||
@@ -102,3 +104,7 @@ ipython-1.2.1.tar.gz
|
||||
# - readline-6.2.4.1.tar.gz (for the ipython shell)
|
||||
# - python-zmq (for using the job callback receiver)
|
||||
# - python-memcached (for host details caching)
|
||||
# - pycrypto (via pip install pycrypto)
|
||||
# - pyaml (via pip install pyaml)
|
||||
# - python-ldap (via pip install python-ldap)
|
||||
# - pyzmq (via pip install pyzmq)
|
||||
|
||||
BIN
requirements/mongo-python-driver-2.8.tar.gz
Normal file
BIN
requirements/mongo-python-driver-2.8.tar.gz
Normal file
Binary file not shown.
BIN
requirements/mongoengine-0.9.0.tar.gz
Normal file
BIN
requirements/mongoengine-0.9.0.tar.gz
Normal file
Binary file not shown.
@@ -1,7 +1,8 @@
|
||||
# PIP requirements for AWX production environment (downloaded from PyPI).
|
||||
# Install using "pip -r prod.txt".
|
||||
# Install using "pip install -r prod.txt".
|
||||
|
||||
Django>=1.4
|
||||
pymongo>=2.8
|
||||
|
||||
# The following packages and their dependencies are bundled with AWX
|
||||
# (in awx/lib/site-packages):
|
||||
@@ -23,6 +24,7 @@ Django>=1.4
|
||||
#redis
|
||||
#requests
|
||||
#South>=0.8,<2.0
|
||||
#mongoengine>=0.9.0
|
||||
|
||||
# You may also need to install the following extra packages using the OS
|
||||
# package manager, or pip if you're running inside a virtualenv.
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
# PIP requirements for AWX production environment (using only local packages).
|
||||
# Install using "pip --no-index -r prod_local.txt".
|
||||
# Install using "pip install --no-index -r prod_local.txt".
|
||||
|
||||
# May need to install this package separately the first time:
|
||||
Django-1.5.5.tar.gz
|
||||
mongo-python-driver-2.8.tar.gz
|
||||
|
||||
# The following packages are bundled with AWX (in awx/lib/site-packages):
|
||||
# For Python2.6 support:
|
||||
@@ -72,6 +73,7 @@ Django-1.5.5.tar.gz
|
||||
#pyrax-1.7.2.tar.gz
|
||||
#redis-2.10.3.tar.gz
|
||||
#South-0.8.4.tar.gz
|
||||
#mongoengine-0.9.0.tar.gz
|
||||
|
||||
# You may also need to install the following extra packages using the OS
|
||||
# package manager, or pip if you're running inside a virtualenv.
|
||||
|
||||
Reference in New Issue
Block a user