mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03: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:
parent
e3bbd436b4
commit
b02d9ae282
@ -1,5 +1,3 @@
|
||||
# GCE
|
||||
apache-libcloud==2.2.1
|
||||
# Azure
|
||||
# azure deps from https://github.com/ansible/ansible/blob/stable-2.7/packaging/requirements/requirements-azure.txt
|
||||
packaging
|
||||
|
||||
@ -5,7 +5,6 @@
|
||||
# pip-compile --output-file requirements/requirements_ansible.txt requirements/requirements_ansible.in
|
||||
#
|
||||
adal==0.5.0 # via msrestazure
|
||||
apache-libcloud==2.2.1
|
||||
appdirs==1.4.3 # via openstacksdk, os-client-config
|
||||
applicationinsights==0.11.1 # via azure-cli-core
|
||||
argcomplete==1.9.4 # via azure-cli-core, knack
|
||||
|
||||
@ -0,0 +1 @@
|
||||
git+https://github.com/ansible/libcloud@trunk#egg=apache-libcloud
|
||||
Loading…
x
Reference in New Issue
Block a user