MHYY/pyproject.toml
GamerNoTitle 329b0b7812
Some checks are pending
SyncMirror / sync (push) Waiting to run
feat: 钉钉推送、Telegram 推送 #16
2025-06-30 19:03:38 +08:00

12 lines
219 B
TOML

[project]
name = "mhyy"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"httpx>=0.28.1",
"pyyaml>=6.0.2",
"sentry-sdk>=2.32.0",
]