move msg-pack types to dev deps

This commit is contained in:
Darren Burns
2024-08-12 16:18:03 +01:00
parent c4a174682b
commit 15e67c89db
3 changed files with 1 additions and 4 deletions

View File

@@ -12,7 +12,6 @@ dependencies = [
"textual>=0.66.0",
"msgpack>=1.0.8",
"rich",
"msgpack-types>=0.3.0",
]
readme = "README.md"
requires-python = ">= 3.8"
@@ -26,6 +25,7 @@ managed = true
dev-dependencies = [
"httpx", # required to run the dictionary example
"textual-dev>=1.5.1",
"msgpack-types>=0.3.0",
]
[tool.hatch.metadata]

View File

@@ -61,7 +61,6 @@ msgpack==1.0.8
# via textual-dev
# via textual-serve
msgpack-types==0.3.0
# via textual-serve
multidict==6.0.5
# via aiohttp
# via yarl

View File

@@ -42,8 +42,6 @@ mdurl==0.1.2
# via markdown-it-py
msgpack==1.0.8
# via textual-serve
msgpack-types==0.3.0
# via textual-serve
multidict==6.0.5
# via aiohttp
# via yarl