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,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