first steps

This commit is contained in:
2025-08-30 10:19:29 +02:00
parent be80a33eed
commit 9b4b36c0a1
49 changed files with 60258 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "allmende-payment-system"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]>=0.116.1",
"jinja2>=3.1.6",
]