Add simple home page
This commit is contained in:
parent
9b92485232
commit
c483e5f555
5 changed files with 249 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue