replace flask and gunicorn with quart and uvicorn
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M pyproject.toml → pyproject.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",