Files
MTfin/pyproject.toml
T
2025-11-30 23:22:45 +08:00

11 lines
207 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",
]