mirror of
https://github.com/Textualize/textual-serve.git
synced 2025-10-17 02:50:37 +03:00
Opening URL new_tab parameter
This commit is contained in:
@@ -6,10 +6,10 @@ authors = [
|
||||
{ name = "Will McGugan", email = "will@textualize.io" }
|
||||
]
|
||||
dependencies = [
|
||||
"textual>=0.66.0",
|
||||
"aiohttp>=3.9.5",
|
||||
"aiohttp-jinja2>=1.6",
|
||||
"jinja2>=3.1.4",
|
||||
"textual>=0.66.0",
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">= 3.8"
|
||||
@@ -20,7 +20,9 @@ build-backend = "hatchling.build"
|
||||
|
||||
[tool.rye]
|
||||
managed = true
|
||||
dev-dependencies = []
|
||||
dev-dependencies = [
|
||||
"httpx", # required to run the dictionary example
|
||||
]
|
||||
|
||||
[tool.hatch.metadata]
|
||||
allow-direct-references = true
|
||||
|
||||
Reference in New Issue
Block a user