mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
added dependencies mongoengine and pymongo
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user