refactor: Remove websocket-client dependency from dev extras

This commit is contained in:
Matthieu B
2025-10-16 15:24:34 +02:00
parent 2b6d1a19bb
commit af95dcc32e

View File

@@ -50,9 +50,6 @@ dev = [
"ty>=0.0.1a20",
"djlint>=1.36.4",
]
plus = [
"websocket-client>=1.6.0",
]
[tool.uv]
# Disable dev extras when running plain `uv run` inside production containers.