完成基础开发
This commit is contained in:
25
backend/pyproject.toml
Normal file
25
backend/pyproject.toml
Normal file
@ -0,0 +1,25 @@
|
||||
[project]
|
||||
name = "qbit-manager-backend"
|
||||
version = "0.1.0"
|
||||
description = "多客户端 qBittorrent 集中管理平台后端"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"flask>=3.0.0",
|
||||
"flask-cors>=4.0.0",
|
||||
"qbittorrent-api>=2024.1.59",
|
||||
"python-dotenv>=1.0.0",
|
||||
"gunicorn>=21.2.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["."]
|
||||
|
||||
[tool.uv]
|
||||
dev-dependencies = [
|
||||
"pytest>=7.0.0",
|
||||
"pytest-flask>=1.2.0",
|
||||
]
|
Reference in New Issue
Block a user