Complete admin

This commit is contained in:
2025-04-18 16:39:35 +02:00
parent d5b4ca5440
commit 708b970407
13 changed files with 1055 additions and 0 deletions

View File

@ -0,0 +1,24 @@
[project]
name = "sshecret-admin"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Allan Eising", email = "allan@eising.dk" }
]
requires-python = ">=3.13"
dependencies = [
"bcrypt>=4.3.0",
"click>=8.1.8",
"cryptography>=44.0.2",
"fastapi[standard]>=0.115.12",
"httpx>=0.28.1",
"pydantic>=2.10.6",
"pyjwt>=2.10.1",
"pykeepass>=4.1.1.post1",
"sqlmodel>=0.0.24",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"