瀏覽代碼

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 1 周之前
父節點
當前提交
b6f8dfd514
共有 1 個文件被更改,包括 0 次插入1 次删除
  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]