Initial commit

This commit is contained in:
root
2025-07-06 23:48:33 +02:00
commit 137f8c1c93
6 changed files with 236 additions and 0 deletions

6
requirements.txt Normal file
View File

@ -0,0 +1,6 @@
fastapi
httpx
sqlalchemy
asyncpg
jinja2
uvicorn