chore: initialize lhbfx project and documentation

This commit is contained in:
wanghep
2026-04-17 21:20:26 +08:00
commit 5a5dd3c9fd
54 changed files with 11185 additions and 0 deletions

17
backend/pyproject.toml Normal file
View File

@ -0,0 +1,17 @@
[project]
name = "lhbfx"
version = "0.1.0"
description = "龙虎榜游资监控系统"
requires-python = ">=3.11"
dependencies = [
"PyMySQL>=1.1.1",
"PyYAML>=6.0.2",
"requests>=2.32.3",
"beautifulsoup4>=4.12.3",
"fastapi>=0.116.1",
"uvicorn>=0.35.0",
"jinja2>=3.1.6",
]
[tool.setuptools]
package-dir = {"" = "src"}