This reverts commit 68701dbb1d.
This commit is contained in:
jimmy-sketch
2025-07-24 20:23:26 +08:00
parent 68701dbb1d
commit 7b6f92593e
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",
]