Complete admin package restructuring
This commit is contained in:
@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user