File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ keywords = []
3030
3131# pip dependencies installed with `pip install -e .`
3232dependencies = [
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 " ,
3838 " 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 "
4444]
4545
4646[project .urls ]
@@ -62,7 +62,7 @@ dev = [
6262 " pylint>=2.6.0" ,
6363 " pre-commit" ,
6464 " pytest" ,
65- " docker"
65+ " docker==7.1.0 "
6666]
6767
6868[tool .setuptools ]
You can’t perform that action at this time.
0 commit comments