mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
93dda555f1
I had to pull the git urls out of the main requirements files because in order to install offline (--no-index), we need pip to install from local package archives rather than cloning repo. The weird `cat` thing going on in the Makefile is because we need to install everything as part of a single `pip install` transaction. Without this, installing only requirements_git.txt will result in dependencies getting unintentionally updated.
15 lines
259 B
Plaintext
15 lines
259 B
Plaintext
apache-libcloud==1.3.0
|
|
azure==2.0.0rc6
|
|
backports.ssl-match-hostname==3.5.0.1
|
|
kombu==3.0.35
|
|
boto==2.45.0
|
|
python-memcached==1.58
|
|
psphere==0.5.2
|
|
psutil==5.0.0
|
|
pyvmomi==6.5
|
|
pywinrm[kerberos]==0.2.2
|
|
secretstorage==2.3.1
|
|
shade==1.13.1
|
|
setuptools==23.0.0
|
|
pip==8.1.2
|