diff options
Diffstat (limited to 'integration-requirements.txt')
-rw-r--r-- | integration-requirements.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/integration-requirements.txt b/integration-requirements.txt index b10ff964..897d6110 100644 --- a/integration-requirements.txt +++ b/integration-requirements.txt @@ -11,6 +11,8 @@ boto3==1.5.9 # ssh communication paramiko==2.4.2 +cryptography==2.4.2 + # lxd backend # 04/03/2018: enables use of lxd 3.0 @@ -18,3 +20,12 @@ git+https://github.com/lxc/pylxd.git@4b8ab1802f9aee4eb29cf7b119dae0aa47150779 # 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 |