chore: initialize lhbfx project and documentation
This commit is contained in:
17
backend/pyproject.toml
Normal file
17
backend/pyproject.toml
Normal 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"}
|
||||
Reference in New Issue
Block a user