Files
MTfin/pyproject.toml
T
2026-05-09 20:10:44 +00:00

15 lines
311 B
TOML

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