File tree Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Expand file tree Collapse file tree 3 files changed +10
-14
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,20 @@ dependencies = [
1313 " textual>=0.66.0" ,
1414]
1515readme = " 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 " ]
2025build-backend = " hatchling.build"
2126
27+ [tool .hatch .metadata ]
28+ allow-direct-references = true
29+
2230[tool .rye ]
2331managed = true
2432dev-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 ]
3439packages = [" src/textual_serve" ]
Original file line number Diff line number Diff line change @@ -19,17 +19,13 @@ aiosignal==1.3.1
1919 # via aiohttp
2020anyio==4.4.0
2121 # via httpx
22- async-timeout==4.0.3
23- # via aiohttp
2422attrs==23.2.0
2523 # via aiohttp
2624certifi==2024.7.4
2725 # via httpcore
2826 # via httpx
2927click==8.1.7
3028 # via textual-dev
31- exceptiongroup==1.2.2
32- # via anyio
3329frozenlist==1.4.1
3430 # via aiohttp
3531 # via aiosignal
@@ -75,8 +71,6 @@ textual==0.78.0
7571 # via textual-serve
7672textual-dev==1.5.1
7773typing-extensions==4.12.2
78- # via anyio
79- # via rich
8074 # via textual
8175 # via textual-dev
8276uc-micro-py==1.0.3
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ aiohttp-jinja2==1.6
1616 # via textual-serve
1717aiosignal==1.3.1
1818 # via aiohttp
19- async-timeout==4.0.3
20- # via aiohttp
2119attrs==23.2.0
2220 # via aiohttp
2321frozenlist==1.4.1
@@ -51,7 +49,6 @@ rich==13.7.1
5149textual==0.78.0
5250 # via textual-serve
5351typing-extensions==4.12.2
54- # via rich
5552 # via textual
5653uc-micro-py==1.0.3
5754 # via linkify-it-py
You can’t perform that action at this time.
0 commit comments