Fix dependencies & bump version

This commit is contained in:
2025-07-13 23:19:05 +02:00
parent 3d6b298df3
commit 3d13435e96
2 changed files with 1 additions and 7 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "bw-get" name = "bw-get"
version = "1.0.0" version = "1.0.1"
authors = [ authors = [
{name="Fabian van Koppen", email="f@bianvk.nl"} {name="Fabian van Koppen", email="f@bianvk.nl"}
] ]
@@ -20,8 +20,6 @@ dependencies = [
"pyotp", "pyotp",
"pyperclip", "pyperclip",
"typer", "typer",
"python-gnupg",
"typing"
] ]
[project.scripts] [project.scripts]

View File

@@ -1,4 +0,0 @@
questionary
pyotp
pyperclip
typer