added dependencies mongoengine and pymongo

This commit is contained in:
Chris Meyers
2015-04-03 08:29:47 -04:00
parent 22e0c9449b
commit 9012455b6d
38 changed files with 9768 additions and 4 deletions

View File

@@ -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.