Parcourir la source

Remove unused websockets dependency

chattolib provides its own WebSocket implementation, so the explicit
websockets dependency is no longer needed.

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
Liv Klumpp il y a 1 semaine
Parent
commit
b6f8dfd514
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      pyproject.toml

+ 0 - 1
pyproject.toml

@@ -13,7 +13,6 @@ authors = [
 ]
 dependencies = [
     "chattolib[realtime]>=0.4.19",
-    "websockets>=13.0",
 ]
 
 [project.optional-dependencies]