Add flake.nix + package with uv

This commit is contained in:
2026-04-15 09:30:40 +02:00
parent 0efb2e8edb
commit e3eea84b2b
7 changed files with 1125 additions and 17 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "gatekeeper"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.135.3",
"sqlalchemy>=2.0.49",
]