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

13 lines
263 B
TOML

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