blob: 5c81c2c7946036197d5a8c30b30b851e49d0370d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# PyPI requirements for cloud-init integration testing
# https://cloudinit.readthedocs.io/en/latest/topics/tests.html
#
# Note: Changes to this requirements may require updates to
# the packages/pkg-deps.json file as well.
#
# ec2 backend
boto3==1.5.9
# ssh communication
paramiko==2.4.0
# lxd backend
pylxd==2.2.4
# finds latest image information
bzr+lp:simplestreams
|