diff pyproject.toml @ 11:0bc06da6bf74

start ferry1 patch protocol
author drewp@bigasterisk.com
date Mon, 18 Mar 2024 16:42:21 -0700
parents d98cb018fad7
children
line wrap: on
line diff
--- a/pyproject.toml	Sat Mar 16 16:02:23 2024 -0700
+++ b/pyproject.toml	Mon Mar 18 16:42:21 2024 -0700
@@ -10,6 +10,8 @@
     "uvicorn>=0.28.0",
     "starlette>=0.37.2",
     "prometheus-client>=0.20.0",
+    "sse-starlette>=2.0.0",
+    "aiohttp-sse-client>=0.2.1",
 ]
 requires-python = ">=3.11"
 readme = "README.md"