mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Use system keyring service for password auth
This commit is contained in:
parent
75471c46d1
commit
83ea15ee83
7 changed files with 125 additions and 10 deletions
3
setup.py
3
setup.py
|
|
@ -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"
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue