初步增加 web 界面
This commit is contained in:
+8
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user