summaryrefslogtreecommitdiff
path: root/cloud-tests-requirements.txt
blob: b4cd18d5c1bba59669254e45406d85c4dde543c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# PyPI requirements for cloud-init cloud tests
# https://cloudinit.readthedocs.io/en/latest/topics/cloud_tests.html
#
# Note: Changes to this requirements may require updates to
# the packages/pkg-deps.json file as well.
#

# ec2 backend
boto3==1.14.53

# ssh communication
paramiko==2.7.2
cryptography==3.1

# lxd backend
pylxd==2.2.11

# finds latest image information
git+https://git.launchpad.net/simplestreams

# azure backend
azure-storage==0.36.0
msrestazure==0.6.1
azure-common==1.1.23
azure-mgmt-compute==7.0.0
azure-mgmt-network==5.0.0
azure-mgmt-resource==4.0.0
azure-mgmt-storage==6.0.0