diff --git a/aztk/node_scripts/requirements.txt b/aztk/node_scripts/requirements.txt index 3dc2232a..e3951586 100644 --- a/aztk/node_scripts/requirements.txt +++ b/aztk/node_scripts/requirements.txt @@ -4,3 +4,6 @@ azure-mgmt-storage==1.5.0 azure-mgmt-batch==5.0.0 pyyaml==3.12 pycryptodome==3.4.7 + +# There is a breaking change is 3.0.0 of this package and the depenency chain of other package is not defined correcly +SecretStorage==2.3.1 diff --git a/requirements.txt b/requirements.txt index cfe5c689..b9f9b0a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,3 +13,6 @@ pylint==1.8.2 pytest==3.1.3 pytest-xdist==1.22.0 twine==1.9.1 + +# There is a breaking change is 3.0.0 of this package and the depenency chain of other package is not defined correcly +SecretStorage==2.3.1