feat: saved api_key to keychain for user (#104)

This commit is contained in:
Lifei Zhou
2024-10-07 09:40:50 +11:00
committed by GitHub
parent dfecf829a8
commit f3aab127e5
6 changed files with 238 additions and 79 deletions
+1
View File
@@ -11,6 +11,7 @@ dependencies = [
"ruamel-yaml>=0.18.6",
"click>=8.1.7",
"prompt-toolkit>=3.0.47",
"keyring>=25.4.1",
]
author = [{ name = "Block", email = "ai-oss-tools@block.xyz" }]
packages = [{ include = "goose", from = "src" }]