bump textual.js

This commit is contained in:
Will McGugan
2025-04-16 13:12:10 +01:00
parent 1ff7df72c3
commit 06a8bd45d6
3 changed files with 10 additions and 14 deletions

View File

@@ -13,12 +13,20 @@ dependencies = [
"textual>=0.66.0",
]
readme = "README.md"
requires-python = ">= 3.8"
requires-python = ">= 3.9"
license = "MIT"
[project.urls]
Homepage = "https://github.com/Textualize/textual-serve"
[build-system]
requires = ["hatchling"]
requires = ["hatchling>=1.26.1"]
build-backend = "hatchling.build"
[tool.hatch.metadata]
allow-direct-references = true
[tool.rye]
managed = true
dev-dependencies = [
@@ -27,8 +35,5 @@ dev-dependencies = [
"textual-dev>=1.5.1",
]
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["src/textual_serve"]