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 = [
13
13
" textual>=0.66.0" ,
14
14
]
15
15
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
+
17
22
18
23
[build-system ]
19
- requires = [" hatchling" ]
24
+ requires = [" hatchling>=1.26.1 " ]
20
25
build-backend = " hatchling.build"
21
26
27
+ [tool .hatch .metadata ]
28
+ allow-direct-references = true
29
+
22
30
[tool .rye ]
23
31
managed = true
24
32
dev-dependencies = [
@@ -27,8 +35,5 @@ dev-dependencies = [
27
35
" textual-dev>=1.5.1" ,
28
36
]
29
37
30
- [tool .hatch .metadata ]
31
- allow-direct-references = true
32
-
33
38
[tool .hatch .build .targets .wheel ]
34
39
packages = [" src/textual_serve" ]
Original file line number Diff line number Diff line change @@ -19,17 +19,13 @@ aiosignal==1.3.1
19
19
# via aiohttp
20
20
anyio==4.4.0
21
21
# via httpx
22
- async-timeout==4.0.3
23
- # via aiohttp
24
22
attrs==23.2.0
25
23
# via aiohttp
26
24
certifi==2024.7.4
27
25
# via httpcore
28
26
# via httpx
29
27
click==8.1.7
30
28
# via textual-dev
31
- exceptiongroup==1.2.2
32
- # via anyio
33
29
frozenlist==1.4.1
34
30
# via aiohttp
35
31
# via aiosignal
@@ -75,8 +71,6 @@ textual==0.78.0
75
71
# via textual-serve
76
72
textual-dev==1.5.1
77
73
typing-extensions==4.12.2
78
- # via anyio
79
- # via rich
80
74
# via textual
81
75
# via textual-dev
82
76
uc-micro-py==1.0.3
Original file line number Diff line number Diff line change @@ -16,8 +16,6 @@ aiohttp-jinja2==1.6
16
16
# via textual-serve
17
17
aiosignal==1.3.1
18
18
# via aiohttp
19
- async-timeout==4.0.3
20
- # via aiohttp
21
19
attrs==23.2.0
22
20
# via aiohttp
23
21
frozenlist==1.4.1
@@ -51,7 +49,6 @@ rich==13.7.1
51
49
textual==0.78.0
52
50
# via textual-serve
53
51
typing-extensions==4.12.2
54
- # via rich
55
52
# via textual
56
53
uc-micro-py==1.0.3
57
54
# via linkify-it-py
You can’t perform that action at this time.
0 commit comments