mirror of
https://github.com/Textualize/textual-serve.git
synced 2025-10-17 02:50:37 +03:00
bump textual.js
This commit is contained in:
@@ -13,12 +13,20 @@ dependencies = [
|
|||||||
"textual>=0.66.0",
|
"textual>=0.66.0",
|
||||||
]
|
]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">= 3.8"
|
requires-python = ">= 3.9"
|
||||||
|
license = "MIT"
|
||||||
|
|
||||||
|
[project.urls]
|
||||||
|
Homepage = "https://github.com/Textualize/textual-serve"
|
||||||
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling"]
|
requires = ["hatchling>=1.26.1"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
|
[tool.hatch.metadata]
|
||||||
|
allow-direct-references = true
|
||||||
|
|
||||||
[tool.rye]
|
[tool.rye]
|
||||||
managed = true
|
managed = true
|
||||||
dev-dependencies = [
|
dev-dependencies = [
|
||||||
@@ -27,8 +35,5 @@ dev-dependencies = [
|
|||||||
"textual-dev>=1.5.1",
|
"textual-dev>=1.5.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.hatch.metadata]
|
|
||||||
allow-direct-references = true
|
|
||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
packages = ["src/textual_serve"]
|
packages = ["src/textual_serve"]
|
||||||
|
|||||||
@@ -19,8 +19,6 @@ aiosignal==1.3.1
|
|||||||
# via aiohttp
|
# via aiohttp
|
||||||
anyio==4.4.0
|
anyio==4.4.0
|
||||||
# via httpx
|
# via httpx
|
||||||
async-timeout==4.0.3
|
|
||||||
# via aiohttp
|
|
||||||
attrs==23.2.0
|
attrs==23.2.0
|
||||||
# via aiohttp
|
# via aiohttp
|
||||||
certifi==2024.7.4
|
certifi==2024.7.4
|
||||||
@@ -28,8 +26,6 @@ certifi==2024.7.4
|
|||||||
# via httpx
|
# via httpx
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
# via textual-dev
|
# via textual-dev
|
||||||
exceptiongroup==1.2.2
|
|
||||||
# via anyio
|
|
||||||
frozenlist==1.4.1
|
frozenlist==1.4.1
|
||||||
# via aiohttp
|
# via aiohttp
|
||||||
# via aiosignal
|
# via aiosignal
|
||||||
@@ -75,8 +71,6 @@ textual==0.78.0
|
|||||||
# via textual-serve
|
# via textual-serve
|
||||||
textual-dev==1.5.1
|
textual-dev==1.5.1
|
||||||
typing-extensions==4.12.2
|
typing-extensions==4.12.2
|
||||||
# via anyio
|
|
||||||
# via rich
|
|
||||||
# via textual
|
# via textual
|
||||||
# via textual-dev
|
# via textual-dev
|
||||||
uc-micro-py==1.0.3
|
uc-micro-py==1.0.3
|
||||||
|
|||||||
@@ -16,8 +16,6 @@ aiohttp-jinja2==1.6
|
|||||||
# via textual-serve
|
# via textual-serve
|
||||||
aiosignal==1.3.1
|
aiosignal==1.3.1
|
||||||
# via aiohttp
|
# via aiohttp
|
||||||
async-timeout==4.0.3
|
|
||||||
# via aiohttp
|
|
||||||
attrs==23.2.0
|
attrs==23.2.0
|
||||||
# via aiohttp
|
# via aiohttp
|
||||||
frozenlist==1.4.1
|
frozenlist==1.4.1
|
||||||
@@ -51,7 +49,6 @@ rich==13.7.1
|
|||||||
textual==0.78.0
|
textual==0.78.0
|
||||||
# via textual-serve
|
# via textual-serve
|
||||||
typing-extensions==4.12.2
|
typing-extensions==4.12.2
|
||||||
# via rich
|
|
||||||
# via textual
|
# via textual
|
||||||
uc-micro-py==1.0.3
|
uc-micro-py==1.0.3
|
||||||
# via linkify-it-py
|
# via linkify-it-py
|
||||||
|
|||||||
Reference in New Issue
Block a user