Complete admin package restructuring

This commit is contained in:
2025-05-10 08:28:15 +02:00
parent 4f970a3f71
commit 0a427b6a91
80 changed files with 1282 additions and 843 deletions

View File

@ -19,10 +19,14 @@ dependencies = [
"pyjwt>=2.10.1",
"pykeepass>=4.1.1.post1",
"sqlmodel>=0.0.24",
"sshecret",
]
[tool.uv.sources]
sshecret = { workspace = true }
[project.scripts]
sshecret-admin = "sshecret_admin.cli:cli"
sshecret-admin = "sshecret_admin.core.cli:cli"
[build-system]
requires = ["hatchling"]
@ -31,4 +35,5 @@ build-backend = "hatchling.build"
[dependency-groups]
dev = [
"pytailwindcss>=0.2.0",
"types-pyjwt>=1.7.1",
]