diff pyproject.toml @ 15:53d99454f394

support dropping url or file
author drewp@bigasterisk.com
date Sat, 15 Apr 2023 17:23:03 -0700
parents ee55ed10faec
children 071943adf000
line wrap: on
line diff
--- a/pyproject.toml	Sat Apr 15 16:12:26 2023 -0700
+++ b/pyproject.toml	Sat Apr 15 17:23:03 2023 -0700
@@ -17,6 +17,7 @@
     "starlette>=0.26.1",
     "uvicorn>=0.21.1",
     "watchgod>=0.8.2",
+    "sse-starlette>=1.3.3",
 ]
 requires-python = ">=3.10"
 license = { text = "MIT" }