File tree Expand file tree Collapse file tree 3 files changed +3
-17
lines changed Expand file tree Collapse file tree 3 files changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies = [
1010 " aiohttp-jinja2>=1.6" ,
1111 " jinja2>=3.1.4" ,
1212 " rich" ,
13- " textual[syntax] @ file:///Users/darrenburns/code/textual-serve/../textual " ,
13+ " textual>=0.66.0 " ,
1414]
1515readme = " README.md"
1616requires-python = " >= 3.8"
Original file line number Diff line number Diff line change @@ -62,8 +62,6 @@ msgpack==1.0.8
6262multidict==6.0.5
6363 # via aiohttp
6464 # via yarl
65- platformdirs==4.2.2
66- # via textual
6765pygments==2.18.0
6866 # via rich
6967rich==13.7.1
@@ -72,15 +70,10 @@ rich==13.7.1
7270sniffio==1.3.1
7371 # via anyio
7472 # via httpx
75- textual @ file:///Users/darrenburns/code/textual-serve/../textual
73+ textual==0.78.0
7674 # via textual-dev
7775 # via textual-serve
7876textual-dev==1.5.1
79- tree-sitter==0.20.4
80- # via textual
81- # via tree-sitter-languages
82- tree-sitter-languages==1.10.2
83- # via textual
8477typing-extensions==4.12.2
8578 # via anyio
8679 # via rich
Original file line number Diff line number Diff line change @@ -43,20 +43,13 @@ mdurl==0.1.2
4343multidict==6.0.5
4444 # via aiohttp
4545 # via yarl
46- platformdirs==4.2.2
47- # via textual
4846pygments==2.18.0
4947 # via rich
5048rich==13.7.1
5149 # via textual
5250 # via textual-serve
53- textual @ file:///Users/darrenburns/code/textual-serve/../textual
51+ textual==0.78.0
5452 # via textual-serve
55- tree-sitter==0.20.4
56- # via textual
57- # via tree-sitter-languages
58- tree-sitter-languages==1.10.2
59- # via textual
6053typing-extensions==4.12.2
6154 # via rich
6255 # via textual
You can’t perform that action at this time.
0 commit comments