feat: 基础 SignalR 服务器支持

This commit is contained in:
MingxuanGame
2025-07-24 18:45:08 +08:00
committed by GitHub
parent 6ed5a2d347
commit 1655bb9f53
28 changed files with 1394 additions and 644 deletions

View File

@@ -9,6 +9,7 @@ dependencies = [
"bcrypt>=4.1.2",
"cryptography>=41.0.7",
"fastapi>=0.104.1",
"msgpack>=1.1.1",
"passlib[bcrypt]>=1.7.4",
"pydantic[email]>=2.5.0",
"pymysql>=1.1.0",
@@ -22,7 +23,7 @@ dependencies = [
[tool.ruff]
line-length = 88
target-version = "py39"
target-version = "py311"
[tool.ruff.format]
line-ending = "lf"
@@ -82,5 +83,6 @@ reportIncompatibleVariableOverride = false
[dependency-groups]
dev = [
"msgpack-types>=0.5.0",
"ruff>=0.12.4",
]