feat:重构UI
This commit is contained in:
@@ -9,7 +9,7 @@ dependencies = [
|
||||
"pydantic>=2.5.0",
|
||||
"pydantic-settings>=2.1.0",
|
||||
"redis>=5.0.0",
|
||||
"asyncpg>=0.29.0",
|
||||
"aiomysql>=0.2.0",
|
||||
"sqlalchemy[asyncio]>=2.0.0",
|
||||
"httpx>=0.26.0",
|
||||
"python-jose[cryptography]>=3.3.0",
|
||||
@@ -28,6 +28,9 @@ dev = [
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["app"]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 100
|
||||
target-version = "py311"
|
||||
|
||||
Reference in New Issue
Block a user