mirror of
https://github.com/Textualize/textual-serve.git
synced 2025-10-17 02:50:37 +03:00
move msg-pack types to dev deps
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user