Progress on delivering files

This commit is contained in:
Darren Burns
2024-08-07 17:01:46 +01:00
parent efe1c893e2
commit c89d2f5e3e
6 changed files with 46 additions and 15 deletions

View File

@@ -24,7 +24,9 @@ build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = [
"httpx", # required to run the dictionary example
"httpx",
"textual-dev>=1.5.1",
# required to run the dictionary example
]
[tool.hatch.metadata]