This commit is contained in:
2025-11-30 23:22:45 +08:00
parent 9d9bc09cf5
commit ae7135f07b
4 changed files with 118 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "trackertracker"
version = "0.1.0"
description = "Something to track your torrent trackers"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"playwright",
"pyotp",
]