blob: 030c163bd2f7812ba8b9625f7adfec84c7c7705b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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
# finds latest image information
bzr+lp:simplestreams
|