소스 검색

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]