fix: add use tor option

This commit is contained in:
2025-09-13 13:26:39 +02:00
parent fd6a7006b0
commit c1c3e5ca53
6 changed files with 181 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "l4l1g4-d3nunc145"
version = "0.1.1"
version = "0.1.2"
description = "Automated LaLiga piracy reporting tool for legitimate complaints. Spanish form automation with Docker support."
readme = "README.md"
requires-python = ">=3.13"
@@ -9,4 +9,5 @@ dependencies = [
"playwright>=1.55.0",
"python-dotenv>=1.1.1",
"pyyaml>=6.0.2",
"requests>=2.31.0",
]