Dont use local textual

This commit is contained in:
Darren Burns
2024-08-22 17:26:32 +01:00
parent 7ddb4f58fa
commit 54b4f23b8d
2 changed files with 110 additions and 114 deletions

View File

@@ -9,8 +9,8 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8.1"
# textual = "^0.43.0"
textual = { path = "../textual/", develop = true }
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"