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]
|
||||
|
||||
Reference in New Issue
Block a user