Initial working version

This commit is contained in:
2025-05-23 22:56:59 +12:00
commit 0b27ef2b30
16 changed files with 1078 additions and 0 deletions

14
Pipfile Normal file
View File

@@ -0,0 +1,14 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
fastapi = "*"
uvicorn = "*"
jinja2 = "*"
[dev-packages]
[requires]
python_version = "3.12"