初步增加 web 界面

This commit is contained in:
yml2213
2026-06-22 13:11:15 +08:00
parent 4c924375aa
commit 347edb8103
66 changed files with 6816 additions and 21 deletions
+8 -1
View File
@@ -12,6 +12,13 @@ dependencies = [
"Pillow>=10.0.0",
"PyYAML>=6.0",
"loguru>=0.7.0",
"fastapi>=0.110.0",
"uvicorn[standard]>=0.27.0",
"sqlalchemy>=2.0.0",
"python-jose[cryptography]>=3.3.0",
"bcrypt>=4.0.0",
"pydantic>=2.0.0",
"python-multipart>=0.0.9",
]
[project.scripts]
@@ -22,4 +29,4 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["douyu", "geetest", "utils", "gui"]
packages = ["douyu", "geetest", "utils", "gui", "web"]