mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
pin apache-libcloud to a version that doesn't use PyCrypto
once a new version lands on PyPI, we'll pin to _it_
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
# GCE
|
|
||||||
apache-libcloud==2.2.1
|
|
||||||
# Azure
|
# Azure
|
||||||
# azure deps from https://github.com/ansible/ansible/blob/stable-2.7/packaging/requirements/requirements-azure.txt
|
# azure deps from https://github.com/ansible/ansible/blob/stable-2.7/packaging/requirements/requirements-azure.txt
|
||||||
packaging
|
packaging
|
||||||
|
|||||||
@@ -5,7 +5,6 @@
|
|||||||
# pip-compile --output-file requirements/requirements_ansible.txt requirements/requirements_ansible.in
|
# pip-compile --output-file requirements/requirements_ansible.txt requirements/requirements_ansible.in
|
||||||
#
|
#
|
||||||
adal==0.5.0 # via msrestazure
|
adal==0.5.0 # via msrestazure
|
||||||
apache-libcloud==2.2.1
|
|
||||||
appdirs==1.4.3 # via openstacksdk, os-client-config
|
appdirs==1.4.3 # via openstacksdk, os-client-config
|
||||||
applicationinsights==0.11.1 # via azure-cli-core
|
applicationinsights==0.11.1 # via azure-cli-core
|
||||||
argcomplete==1.9.4 # via azure-cli-core, knack
|
argcomplete==1.9.4 # via azure-cli-core, knack
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
git+https://github.com/ansible/libcloud@trunk#egg=apache-libcloud
|
||||||
|
|||||||
Reference in New Issue
Block a user