From 12450fb672823e68c741697c92b078464f933b5d Mon Sep 17 00:00:00 2001 From: Timothee Guerin Date: Mon, 23 Apr 2018 17:04:48 -0700 Subject: [PATCH] Fix keyring (#505) --- aztk/node_scripts/requirements.txt | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/aztk/node_scripts/requirements.txt b/aztk/node_scripts/requirements.txt index e3951586..1dc6cfc4 100644 --- a/aztk/node_scripts/requirements.txt +++ b/aztk/node_scripts/requirements.txt @@ -7,3 +7,4 @@ 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 +keyring==12.0.1 diff --git a/requirements.txt b/requirements.txt index b9f9b0a2..dd817200 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,3 +16,4 @@ 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 +keyring==12.0.1