1 Commits
v1.0 ... v1.0.1

Author SHA1 Message Date
ccc2f92eed Fix dependencies & bump version 2025-07-13 23:19:05 +02:00
2 changed files with 1 additions and 7 deletions

View File

@@ -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]

View File

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