Files
MTfin/pyproject.toml
T
2026-03-09 00:21:09 -04:00

12 lines
241 B
TOML

[project]
name = "trackertracker"
version = "0.1.0"
description = "Something to track your torrent trackers"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"playwright",
"pyotp",
"qbittorrent-api>=2025.11.1",
]