diff --git a/pyproject.toml b/pyproject.toml index ac7dadd..a6f04d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bw-get" -version = "1.0.0" +version = "1.0.1" authors = [ {name="Fabian van Koppen", email="f@bianvk.nl"} ] @@ -20,8 +20,6 @@ dependencies = [ "pyotp", "pyperclip", "typer", -"python-gnupg", -"typing" ] [project.scripts] diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 33ba0fb..0000000 --- a/requirements.txt +++ /dev/null @@ -1,4 +0,0 @@ -questionary -pyotp -pyperclip -typer