simple-web-app

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit cdad5ffa66cf8e295c9c7e9c1c3383ea514c086c
parent abea906db879170557716b3a9724232601f98bbc
Author: Silas Brack <silasbrack@gmail.com>
Date:   Sat,  4 Oct 2025 11:30:23 +0200

docs: add comments for dependencies

Diffstat:
Mpyproject.toml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml @@ -8,9 +8,11 @@ authors = [ ] requires-python = "==3.13.*" dependencies = [ + # HTTP server "uvicorn", "uvloop", "httptools", + # Web framework "starlette", "jinja2", "python-multipart",