users and status working

This commit is contained in:
Bernhard Radermacher (hakisto)
2025-08-29 18:19:46 +02:00
commit 5300c35429
22 changed files with 856 additions and 0 deletions

16
pyproject.toml Normal file
View File

@@ -0,0 +1,16 @@
[project]
name = "sandboxapi"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.116.1",
"ldap3>=2.9.1",
"mariadb>=1.1.13",
"passlib[bcrypt]>=1.7.4",
"pyjwt>=2.10.1",
"pymysql>=1.1.2",
"python-multipart>=0.0.20",
"sqlmodel>=0.0.24",
"uvicorn>=0.35.0",
]