Using IO objects

This commit is contained in:
Darren Burns
2024-08-13 11:46:27 +01:00
parent fa19aeef3a
commit 6726a39f7b
5 changed files with 27 additions and 5 deletions

View File

@@ -9,9 +9,9 @@ dependencies = [
"aiohttp>=3.9.5",
"aiohttp-jinja2>=1.6",
"jinja2>=3.1.4",
"textual>=0.66.0",
"msgpack>=1.0.8",
"rich",
"textual[syntax] @ file:///Users/darrenburns/code/textual-serve/../textual",
]
readme = "README.md"
requires-python = ">= 3.8"