First steps with the new registration app

This commit is contained in:
2025-09-09 21:06:53 +02:00
parent c40bd5fceb
commit ada1a45df4
52 changed files with 59724 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
[project]
name = "new-registration-app"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.116.0",
"sqlmodel>=0.0.24",
]