mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Changes for Tower virtualenv support
* Break requirements down into ansible and tower reqs * Generate separate Ansible and Tower virtual environments * Install appropriate requirements files into each one * Modify development tools to use these venvs instead of our old site-packages * Modify settings to indicate venv enablement and location of venvs * Modify tasks to use the proper virtual environment for its purpose
This commit is contained in:
79
requirements/requirements_ansible.txt
Normal file
79
requirements/requirements_ansible.txt
Normal file
@@ -0,0 +1,79 @@
|
||||
anyjson==0.3.3
|
||||
apache-libcloud==0.15.1
|
||||
appdirs==1.4.0
|
||||
azure==0.9.0
|
||||
Babel==2.2.0
|
||||
boto==2.34.0
|
||||
cliff==1.15.0
|
||||
cmd2==0.6.8
|
||||
cryptography==0.9.3
|
||||
debtcollector==1.2.0
|
||||
decorator==4.0.6
|
||||
dogpile.core==0.4.1
|
||||
dogpile.cache==0.5.7
|
||||
futures==3.0.4
|
||||
httplib2==0.9.2
|
||||
idna==2.0
|
||||
importlib==1.0.3
|
||||
ip-associations-python-novaclient-ext==0.1
|
||||
ipaddress==1.0.16
|
||||
iso8601==0.1.11
|
||||
isodate==0.5.1
|
||||
jsonpatch==1.12
|
||||
jsonpointer==1.10
|
||||
jsonschema==2.5.1
|
||||
keyring==4.1
|
||||
lxml==3.4.4
|
||||
mock==1.0.1
|
||||
monotonic==0.6
|
||||
msgpack-python==0.4.7
|
||||
munch==2.0.4
|
||||
netaddr==0.7.18
|
||||
netifaces==0.10.4
|
||||
os-client-config==1.14.0
|
||||
os-diskconfig-python-novaclient-ext==0.1.3
|
||||
os-networksv2-python-novaclient-ext==0.25
|
||||
os-virtual-interfacesv2-python-novaclient-ext==0.19
|
||||
pbr==0.11.1
|
||||
oslo.config==3.3.0
|
||||
oslo.i18n==3.2.0
|
||||
oslo.serialization==2.2.0
|
||||
oslo.utils==3.4.0
|
||||
prettytable==0.7.2
|
||||
psphere==0.5.2
|
||||
pyasn1==0.1.9
|
||||
pycrypto==2.6.1
|
||||
pycparser==2.14
|
||||
pyOpenSSL==0.15.1
|
||||
pyparsing==2.0.7
|
||||
pyrax==1.9.7
|
||||
python-cinderclient==1.5.0
|
||||
python-dateutil==2.4.0
|
||||
python-glanceclient==1.1.0
|
||||
python-heatclient==0.8.1
|
||||
python-ironicclient==1.0.0
|
||||
python-keystoneclient==2.1.1
|
||||
python-neutronclient==4.0.0
|
||||
python-novaclient==3.2.0
|
||||
python-openstackclient==2.0.0
|
||||
python-swiftclient==2.7.0
|
||||
python-troveclient==1.4.0
|
||||
pytz==2015.7
|
||||
pywinrm==0.1.1
|
||||
PyYAML==3.11
|
||||
pyzmq==14.5.0
|
||||
rackspace-auth-openstack==1.3
|
||||
rackspace-novaclient==1.5
|
||||
rax-default-network-flags-python-novaclient-ext==0.3.2
|
||||
rax-scheduled-images-python-novaclient-ext==0.3.1
|
||||
requests==2.5.1
|
||||
requestsexceptions==1.1.1
|
||||
shade==1.4.0
|
||||
simplejson==3.8.1
|
||||
six==1.9.0
|
||||
stevedore==1.10.0
|
||||
suds==0.4
|
||||
unicodecsv==0.14.1
|
||||
warlock==1.2.0
|
||||
wrapt==1.10.6
|
||||
xmltodict==0.9.2
|
||||
Reference in New Issue
Block a user