Dependency updates

This commit is contained in:
Darren Burns
2024-07-30 16:43:08 +01:00
parent 1b80ecf165
commit f4c3055cf7
4 changed files with 316 additions and 273 deletions

View File

@@ -10,6 +10,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
textual = "^0.43.0"
# textual = { path = "../textual/", develop = true }
aiohttp = "^3.9.3"
uvloop = { version = "^0.19.0", markers = "sys_platform != 'win32'" }
click = "^8.1.3"