diff pyproject.toml @ 2100:f1df317f7c4c

effectSequencer mostly ported to asyncio
author drewp@bigasterisk.com
date Tue, 31 May 2022 02:05:47 -0700
parents b39aafe12319
children 13d1fc32125b
line wrap: on
line diff
--- a/pyproject.toml	Tue May 31 02:05:13 2022 -0700
+++ b/pyproject.toml	Tue May 31 02:05:47 2022 -0700
@@ -44,6 +44,7 @@
     "PyGObject>=3.42.1",
     "aiohttp>=3.8.1",
     "rdfdb @ https://projects.bigasterisk.com/rdfdb/rdfdb-0.23.0.tar.gz",
+    "sse-starlette>=0.10.3",
 ]
 requires-python = ">=3.9"