all repos — mycal @ 926b9a2e84ca23d92ae96c191fb3643cc76860df

private calendar anonymiser

replace flask and gunicorn with quart and uvicorn

Alan Pearce
commit

926b9a2e84ca23d92ae96c191fb3643cc76860df

parent

0e13c16fb8006abd463c59579ff3aac3384d2a4c

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M pyproject.tomlpyproject.toml
@@ -5,8 +5,8 @@ description = "Personal calendar transformation tool"
authors = [{ name = "Alan Pearce", email = "alan@alanpearce.eu" }] requires-python = ">=3.12" dependencies = [ - "flask>=3.1.1", - "gunicorn>=23.0.0", + "quart>=0.2.0", + "uvicorn[standard]>=0.34.3", "icalendar>=6.3.1", "icalendar-compatibility>=0.1.4", "requests>=2.32.3",