Add simple home page

This commit is contained in:
Micha R. Albert 2025-07-23 11:18:10 -04:00
parent 9b92485232
commit c483e5f555
Signed by: mra
SSH key fingerprint: SHA256:vjiZInsq3FRnDJk1YYWFhC/N62SAmVmY5H5wvViHhdg
5 changed files with 249 additions and 1 deletions

View file

@ -20,7 +20,11 @@ classifiers = [
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
]
dependencies = []
dependencies = [
"fastapi~=0.116.1",
"uvicorn[standard]~=0.35.0",
"jinja2~=3.1.6",
]
[project.urls]
Documentation = "https://github.com/Micha Albert/carbon-copy#readme"