mirror of
https://github.com/Textualize/textual-serve.git
synced 2025-10-17 02:50:37 +03:00
Remove msgpack and msgpack-types dependencies
This commit is contained in:
@@ -9,7 +9,6 @@ dependencies = [
|
||||
"aiohttp>=3.9.5",
|
||||
"aiohttp-jinja2>=1.6",
|
||||
"jinja2>=3.1.4",
|
||||
"msgpack>=1.0.8",
|
||||
"rich",
|
||||
"textual[syntax] @ file:///Users/darrenburns/code/textual-serve/../textual",
|
||||
]
|
||||
@@ -23,9 +22,9 @@ build-backend = "hatchling.build"
|
||||
[tool.rye]
|
||||
managed = true
|
||||
dev-dependencies = [
|
||||
"httpx", # required to run the dictionary example
|
||||
"httpx",
|
||||
# required to run the dictionary example
|
||||
"textual-dev>=1.5.1",
|
||||
"msgpack-types>=0.3.0",
|
||||
]
|
||||
|
||||
[tool.hatch.metadata]
|
||||
|
||||
@@ -58,10 +58,7 @@ mdit-py-plugins==0.4.1
|
||||
mdurl==0.1.2
|
||||
# via markdown-it-py
|
||||
msgpack==1.0.8
|
||||
# via textual
|
||||
# via textual-dev
|
||||
# via textual-serve
|
||||
msgpack-types==0.3.0
|
||||
multidict==6.0.5
|
||||
# via aiohttp
|
||||
# via yarl
|
||||
|
||||
@@ -40,9 +40,6 @@ mdit-py-plugins==0.4.1
|
||||
# via markdown-it-py
|
||||
mdurl==0.1.2
|
||||
# via markdown-it-py
|
||||
msgpack==1.0.8
|
||||
# via textual
|
||||
# via textual-serve
|
||||
multidict==6.0.5
|
||||
# via aiohttp
|
||||
# via yarl
|
||||
|
||||
Reference in New Issue
Block a user