Use system keyring service for password auth

This commit is contained in:
Scriptim
2020-11-04 00:18:27 +01:00
committed by I-Al-Istannen
parent 75471c46d1
commit 83ea15ee83
7 changed files with 125 additions and 10 deletions

View File

@@ -7,7 +7,8 @@ setup(
install_requires=[
"requests>=2.21.0",
"beautifulsoup4>=4.7.1",
"rich>=2.1.0"
"rich>=2.1.0",
"keyring>=21.5.0"
],
)