Skip to content

Commit 06a8bd4

Browse files
committed
bump textual.js
1 parent 1ff7df7 commit 06a8bd4

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

pyproject.toml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,20 @@ dependencies = [
1313
"textual>=0.66.0",
1414
]
1515
readme = "README.md"
16-
requires-python = ">= 3.8"
16+
requires-python = ">= 3.9"
17+
license = "MIT"
18+
19+
[project.urls]
20+
Homepage = "https://github.com/Textualize/textual-serve"
21+
1722

1823
[build-system]
19-
requires = ["hatchling"]
24+
requires = ["hatchling>=1.26.1"]
2025
build-backend = "hatchling.build"
2126

27+
[tool.hatch.metadata]
28+
allow-direct-references = true
29+
2230
[tool.rye]
2331
managed = true
2432
dev-dependencies = [
@@ -27,8 +35,5 @@ dev-dependencies = [
2735
"textual-dev>=1.5.1",
2836
]
2937

30-
[tool.hatch.metadata]
31-
allow-direct-references = true
32-
3338
[tool.hatch.build.targets.wheel]
3439
packages = ["src/textual_serve"]

requirements-dev.lock

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,13 @@ aiosignal==1.3.1
1919
# via aiohttp
2020
anyio==4.4.0
2121
# via httpx
22-
async-timeout==4.0.3
23-
# via aiohttp
2422
attrs==23.2.0
2523
# via aiohttp
2624
certifi==2024.7.4
2725
# via httpcore
2826
# via httpx
2927
click==8.1.7
3028
# via textual-dev
31-
exceptiongroup==1.2.2
32-
# via anyio
3329
frozenlist==1.4.1
3430
# via aiohttp
3531
# via aiosignal
@@ -75,8 +71,6 @@ textual==0.78.0
7571
# via textual-serve
7672
textual-dev==1.5.1
7773
typing-extensions==4.12.2
78-
# via anyio
79-
# via rich
8074
# via textual
8175
# via textual-dev
8276
uc-micro-py==1.0.3

requirements.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ aiohttp-jinja2==1.6
1616
# via textual-serve
1717
aiosignal==1.3.1
1818
# via aiohttp
19-
async-timeout==4.0.3
20-
# via aiohttp
2119
attrs==23.2.0
2220
# via aiohttp
2321
frozenlist==1.4.1
@@ -51,7 +49,6 @@ rich==13.7.1
5149
textual==0.78.0
5250
# via textual-serve
5351
typing-extensions==4.12.2
54-
# via rich
5552
# via textual
5653
uc-micro-py==1.0.3
5754
# via linkify-it-py

0 commit comments

Comments
 (0)