mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Merge pull request #3997 from ryanpetrello/libcloud
unpin apache-libcloud now that a version is out without PyCrypto Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
commit
839f49c6ed
@ -1,3 +1,5 @@
|
||||
# GCE
|
||||
apache-libcloud==2.5.0
|
||||
# Azure
|
||||
# azure deps from https://github.com/ansible/ansible/blob/stable-2.8/packaging/requirements/requirements-azure.txt
|
||||
packaging
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
# pip-compile -U -r --allow-unsafe --output-file requirements/requirements_ansible.txt requirements/requirements_ansible.in
|
||||
#
|
||||
adal==1.2.1 # via msrestazure
|
||||
apache-libcloud==2.5.0
|
||||
appdirs==1.4.3 # via openstacksdk
|
||||
applicationinsights==0.11.9 # via azure-cli-core
|
||||
argcomplete==1.9.5 # via azure-cli-core, knack
|
||||
|
||||
@ -1 +0,0 @@
|
||||
git+https://github.com/ansible/libcloud@trunk#egg=apache-libcloud
|
||||
Loading…
x
Reference in New Issue
Block a user