Add download example

This commit is contained in:
Darren Burns
2024-08-14 16:43:54 +01:00
parent 5837870c7b
commit 320bb79906
4 changed files with 152 additions and 114 deletions

View File

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