Remove msgpack and msgpack-types dependencies

This commit is contained in:
Darren Burns
2024-08-20 16:04:37 +01:00
parent e60d101073
commit afcbd4ae04
3 changed files with 2 additions and 9 deletions

View File

@@ -9,7 +9,6 @@ dependencies = [
"aiohttp>=3.9.5", "aiohttp>=3.9.5",
"aiohttp-jinja2>=1.6", "aiohttp-jinja2>=1.6",
"jinja2>=3.1.4", "jinja2>=3.1.4",
"msgpack>=1.0.8",
"rich", "rich",
"textual[syntax] @ file:///Users/darrenburns/code/textual-serve/../textual", "textual[syntax] @ file:///Users/darrenburns/code/textual-serve/../textual",
] ]
@@ -23,9 +22,9 @@ build-backend = "hatchling.build"
[tool.rye] [tool.rye]
managed = true managed = true
dev-dependencies = [ dev-dependencies = [
"httpx", # required to run the dictionary example "httpx",
# required to run the dictionary example
"textual-dev>=1.5.1", "textual-dev>=1.5.1",
"msgpack-types>=0.3.0",
] ]
[tool.hatch.metadata] [tool.hatch.metadata]

View File

@@ -58,10 +58,7 @@ mdit-py-plugins==0.4.1
mdurl==0.1.2 mdurl==0.1.2
# via markdown-it-py # via markdown-it-py
msgpack==1.0.8 msgpack==1.0.8
# via textual
# via textual-dev # via textual-dev
# via textual-serve
msgpack-types==0.3.0
multidict==6.0.5 multidict==6.0.5
# via aiohttp # via aiohttp
# via yarl # via yarl

View File

@@ -40,9 +40,6 @@ mdit-py-plugins==0.4.1
# via markdown-it-py # via markdown-it-py
mdurl==0.1.2 mdurl==0.1.2
# via markdown-it-py # via markdown-it-py
msgpack==1.0.8
# via textual
# via textual-serve
multidict==6.0.5 multidict==6.0.5
# via aiohttp # via aiohttp
# via yarl # via yarl