From 2b093da4b0db458c19b61c9753d027c2f45bf7bb Mon Sep 17 00:00:00 2001 From: Brandon Rising Date: Wed, 20 Mar 2024 10:52:39 -0400 Subject: [PATCH] Remove no longer used pwinput dependency --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a5071b80da..b7d5ac4d2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,8 +79,6 @@ dependencies = [ "picklescan", "pillow", "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", "pypatchmatch", 'pyperclip',