Răsfoiți Sursa

Update Azure dependencies to latest versions

FabioRosado 4 ani în urmă
părinte
comite
5251a8eb02
1 a modificat fișierele cu 11 adăugiri și 12 ștergeri
  1. 11 12
      setup.py

+ 11 - 12
setup.py

@@ -6,8 +6,7 @@ import ast
 import os
 import re
 
-from setuptools import find_packages
-from setuptools import setup
+from setuptools import find_packages, setup
 
 # Cannot use "from cloudbridge import get_version" because that would try to
 # import the six package which may not be installed yet.
@@ -32,16 +31,16 @@ REQS_AWS = [
 # below are compatible with each other. List individual libraries instead
 # of using the azure umbrella package to speed up installation.
 REQS_AZURE = [
-    'msrest>=0.5.4,<0.6',
-    'msrestazure==0.5.0',
-    'azure-common==1.1.14',
-    'azure-mgmt-devtestlabs==2.2.0',
-    'azure-mgmt-resource==2.0.0',
-    'azure-mgmt-compute==4.0.1',
-    'azure-mgmt-network>=2.0.1,<=2.1',
-    'azure-mgmt-storage==2.0.0',
-    'azure-storage-blob==1.3.1',
-    'azure-cosmosdb-table==1.0.4',
+    'msrest>=0.6.0,<2.0.0',
+    'msrestazure==0.6.4',
+    'azure-common==1.1.27',
+    'azure-mgmt-devtestlabs==9.0.0',
+    'azure-mgmt-resource==19.0.0',
+    'azure-mgmt-compute==23.0.0',
+    'azure-mgmt-network==19.0.0',
+    'azure-mgmt-storage==18.0.0',
+    'azure-storage-blob==12.8.1',
+    'azure-cosmosdb-table==1.0.6',
     'pysftp==0.2.9'
 ]
 REQS_GCP = [