Add msgpack dependency for file serving protocol

This commit is contained in:
Darren Burns
2024-08-05 15:10:31 +01:00
parent 7f401c5573
commit 7630307b7c
3 changed files with 5 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ dependencies = [
"aiohttp-jinja2>=1.6",
"jinja2>=3.1.4",
"textual>=0.66.0",
"msgpack>=1.0.8",
]
readme = "README.md"
requires-python = ">= 3.8"