Update dependencies
This commit is contained in:
Родитель
79a1a45fdf
Коммит
1b741a74c5
|
@ -1,4 +1,2 @@
|
|||
azure-cosmosdb-table==1.0.5
|
||||
azure-storage-blob==2.0.1
|
||||
# temporarily pin azure-storage-common due to azure-cosmosdb-table incompatibility
|
||||
azure-storage-common==2.0.0
|
||||
azure-cosmosdb-table==1.0.6
|
||||
azure-storage-blob==2.1.0
|
||||
|
|
|
@ -59,7 +59,7 @@ from .version import __version__
|
|||
logger = logging.getLogger(__name__)
|
||||
util.setup_logger(logger)
|
||||
# global defines
|
||||
_BLOBXFER_VERSION = '1.9.2'
|
||||
_BLOBXFER_VERSION = '1.9.4'
|
||||
_MEGABYTE = 1048576
|
||||
_MAX_READ_BLOCKSIZE_BYTES = 4194304
|
||||
_FILE_SPLIT_PREFIX = '_shipyard-'
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
azure-batch==8.0.0
|
||||
azure-cosmosdb-table==1.0.5
|
||||
azure-mgmt-compute==7.0.0
|
||||
azure-mgmt-resource==4.0.0
|
||||
azure-mgmt-storage==4.0.0
|
||||
azure-storage-blob==2.0.1
|
||||
# temporarily pin azure-storage-common due to azure-cosmosdb-table incompatibility
|
||||
azure-storage-common==2.0.0
|
||||
azure-storage-queue==2.0.1
|
||||
msrestazure==0.6.1
|
||||
python-dateutil==2.8.0
|
||||
azure-cosmosdb-table==1.0.6
|
||||
azure-mgmt-compute==9.0.0
|
||||
azure-mgmt-resource==6.0.0
|
||||
azure-mgmt-storage==6.0.0
|
||||
azure-storage-blob==2.1.0
|
||||
azure-storage-queue==2.1.0
|
||||
msrestazure==0.6.2
|
||||
python-dateutil==2.8.1
|
||||
requests==2.22.0
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
azure-batch==8.0.0
|
||||
azure-cosmosdb-table==1.0.5
|
||||
azure-mgmt-compute==7.0.0
|
||||
azure-mgmt-network==5.0.0
|
||||
azure-mgmt-resource==4.0.0
|
||||
azure-mgmt-storage==4.0.0
|
||||
msrestazure==0.6.1
|
||||
azure-cosmosdb-table==1.0.6
|
||||
azure-mgmt-compute==9.0.0
|
||||
azure-mgmt-network==8.0.0
|
||||
azure-mgmt-resource==6.0.0
|
||||
azure-mgmt-storage==6.0.0
|
||||
msrestazure==0.6.2
|
||||
requests==2.22.0
|
||||
|
|
|
@ -1,27 +1,25 @@
|
|||
adal==1.2.2
|
||||
azure-batch==8.0.0
|
||||
azure-cosmosdb-table==1.0.5
|
||||
azure-cosmosdb-table==1.0.6
|
||||
azure-keyvault==1.1.0
|
||||
azure-mgmt-authorization==0.60.0
|
||||
azure-mgmt-batch==7.0.0
|
||||
azure-mgmt-compute==7.0.0
|
||||
azure-mgmt-network==5.0.0
|
||||
azure-mgmt-resource==4.0.0
|
||||
azure-mgmt-storage==4.0.0
|
||||
azure-storage-blob==2.0.1
|
||||
# temporarily pin azure-storage-common due to azure-cosmosdb-table incompatibility
|
||||
azure-storage-common==2.0.0
|
||||
azure-storage-file==2.0.1
|
||||
azure-storage-queue==2.0.1
|
||||
blobxfer==1.9.2
|
||||
azure-mgmt-compute==9.0.0
|
||||
azure-mgmt-network==8.0.0
|
||||
azure-mgmt-resource==6.0.0
|
||||
azure-mgmt-storage==6.0.0
|
||||
azure-storage-blob==2.1.0
|
||||
azure-storage-file==2.1.0
|
||||
azure-storage-queue==2.1.0
|
||||
blobxfer==1.9.4
|
||||
click==7.0
|
||||
future==0.17.1
|
||||
future==0.18.2
|
||||
futures==3.3.0; python_version < '3'
|
||||
keyrings.alt==3.1.1
|
||||
msrest==0.6.10
|
||||
msrestazure==0.6.1
|
||||
pathlib2==2.3.4; python_version < '3.5'
|
||||
python-dateutil==2.8.0
|
||||
msrestazure==0.6.2
|
||||
pathlib2==2.3.5; python_version < '3.5'
|
||||
python-dateutil==2.8.1
|
||||
requests==2.22.0
|
||||
ruamel.yaml==0.16.5
|
||||
scandir==1.10.0; python_version < '3.5'
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
azure-batch==8.0.0
|
||||
azure-cosmosdb-table==1.0.5
|
||||
azure-mgmt-resource==4.0.0
|
||||
azure-mgmt-storage==4.0.0
|
||||
# temporarily pin azure-storage-common due to azure-cosmosdb-table incompatibility
|
||||
azure-storage-common==2.0.0
|
||||
azure-storage-queue==2.0.1
|
||||
msrestazure==0.6.1
|
||||
python-dateutil==2.8.0
|
||||
azure-cosmosdb-table==1.0.6
|
||||
azure-mgmt-resource==6.0.0
|
||||
azure-mgmt-storage==6.0.0
|
||||
azure-storage-queue==2.1.0
|
||||
msrestazure==0.6.2
|
||||
python-dateutil==2.8.1
|
||||
requests==2.22.0
|
||||
|
|
Загрузка…
Ссылка в новой задаче