mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Update assorted cloud module requirements.
Update boto3 for ec2_transit_gateway module. Update Azure requirements to sync with Ansible 2.9 branch.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
apache-libcloud==2.5.0
|
||||
google-auth==1.6.2 # needed for gce inventory imports
|
||||
# Azure
|
||||
# azure deps from https://github.com/ansible/ansible/blob/stable-2.8/packaging/requirements/requirements-azure.txt
|
||||
# azure deps from https://github.com/ansible/ansible/blob/stable-2.9/packaging/requirements/requirements-azure.txt
|
||||
packaging
|
||||
azure-cli-core==2.0.35
|
||||
azure-cli-nspkg==3.0.2
|
||||
@@ -38,9 +38,11 @@ azure-mgmt-cosmosdb==0.5.2
|
||||
azure-mgmt-hdinsight==0.1.0
|
||||
azure-mgmt-devtestlabs==3.0.0
|
||||
azure-mgmt-loganalytics==0.2.0
|
||||
azure-mgmt-automation==0.1.1
|
||||
azure-mgmt-iothub==0.7.0
|
||||
# AWS
|
||||
boto==2.47.0 # last which does not break ec2 scripts
|
||||
boto3==1.6.2
|
||||
boto3==1.9.223
|
||||
jinja2==2.10.1 # required for native jinja2 types for inventory compat mode
|
||||
# netconf for network modules
|
||||
ncclient==0.6.3
|
||||
|
||||
Reference in New Issue
Block a user