File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ keywords = []
30
30
31
31
# pip dependencies installed with `pip install -e .`
32
32
dependencies = [
33
- " cloud-accelerator-diagnostics" ,
34
- " tabulate" ,
35
- " ruamel.yaml" ,
36
- " pyyaml" ,
37
- " docker" ,
33
+ " cloud-accelerator-diagnostics==0.1.1 " ,
34
+ " tabulate==0.9.0 " ,
35
+ " ruamel.yaml==0.18.10 " ,
36
+ " pyyaml==6.0.2 " ,
37
+ " docker==7.1.0 " ,
38
38
" kubernetes==31.0.0" ,
39
- " google-cloud" ,
40
- " google-api-core" ,
41
- " packaging" ,
42
- " google-cloud-filestore" ,
43
- " google-cloud-storage"
39
+ " google-cloud==0.34.0 " ,
40
+ " google-api-core==2.24.1 " ,
41
+ " packaging==24.2 " ,
42
+ " google-cloud-filestore==1.12.0 " ,
43
+ " google-cloud-storage==2.19.0 "
44
44
]
45
45
46
46
[project .urls ]
@@ -62,7 +62,7 @@ dev = [
62
62
" pylint>=2.6.0" ,
63
63
" pre-commit" ,
64
64
" pytest" ,
65
- " docker"
65
+ " docker==7.1.0 "
66
66
]
67
67
68
68
[tool .setuptools ]
You can’t perform that action at this time.
0 commit comments