mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
deps: add pwinput, pinned to specific fork
This simple package provides a cross-platform way to type a password on the CLI and have it show up as asterisks. The fork, pending merge into the upstream package, adds support for Ctrl+C to cancel input.
This commit is contained in:
parent
6e882d3fd6
commit
0e3fb4e97a
@ -79,6 +79,8 @@ dependencies = [
|
|||||||
"picklescan",
|
"picklescan",
|
||||||
"pillow",
|
"pillow",
|
||||||
"prompt-toolkit",
|
"prompt-toolkit",
|
||||||
|
# This fork allows Ctrl + C to interrupt the password input. It is pending merge to the original package.
|
||||||
|
"pwinput@https://github.com/binbash23/pwinput/archive/24af675b08b9916486239e59a37f63d58b694ca8.zip",
|
||||||
"pympler~=1.0.1",
|
"pympler~=1.0.1",
|
||||||
"pypatchmatch",
|
"pypatchmatch",
|
||||||
'pyperclip',
|
'pyperclip',
|
||||||
|
Loading…
Reference in New Issue
Block a user