We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b105cfa commit c8ac89fCopy full SHA for c8ac89f
setup.cfg
@@ -1,7 +1,7 @@
1
[metadata]
2
# replace with your username:
3
name = cloud-mappings
4
-version = 0.7.3
+version = 0.7.4
5
author = Lucas Sargent
6
author_email = lucas.sargent@eliiza.com.au
7
description = MutableMapping interfaces for common cloud storage providers
@@ -24,10 +24,10 @@ install_requires =
24
zict>=2.0
25
26
[options.extras_require]
27
-azure = azure-identity; azure-storage-blob
28
-aws = boto3
29
-gcp = google-cloud-storage
30
-tests = pytest
+azure = azure-identity==1.6.0; azure-storage-blob==12.8.1
+aws = boto3==1.17.73
+gcp = google-cloud-storage==1.38.0
+tests = pytest==6.2.4
31
32
[options.packages.find]
33
where = src
0 commit comments