sketch for runner as a module

This commit is contained in:
Jon Taylor
2025-07-24 20:15:06 +01:00
parent 2be615066c
commit 2b1f056aa7
4 changed files with 111 additions and 4 deletions

View File

@@ -11,3 +11,10 @@ ruff~=0.12.1
setuptools~=78.1.1
setuptools_scm~=8.3.1
python-dotenv~=1.1.1
# For running examples
uvicorn
python-dotenv
fastapi
aiohttp
aiortc