Skip to content

Commit c8ac89f

Browse files
committed
freeze extras versions
1 parent b105cfa commit c8ac89f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
# replace with your username:
33
name = cloud-mappings
4-
version = 0.7.3
4+
version = 0.7.4
55
author = Lucas Sargent
66
author_email = lucas.sargent@eliiza.com.au
77
description = MutableMapping interfaces for common cloud storage providers
@@ -24,10 +24,10 @@ install_requires =
2424
zict>=2.0
2525

2626
[options.extras_require]
27-
azure = azure-identity; azure-storage-blob
28-
aws = boto3
29-
gcp = google-cloud-storage
30-
tests = pytest
27+
azure = azure-identity==1.6.0; azure-storage-blob==12.8.1
28+
aws = boto3==1.17.73
29+
gcp = google-cloud-storage==1.38.0
30+
tests = pytest==6.2.4
3131

3232
[options.packages.find]
3333
where = src

0 commit comments

Comments
 (0)