chore: initial commit

This commit is contained in:
2025-09-11 22:35:57 +02:00
commit c8a8c3aa9f
14 changed files with 1502 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "l4l1g4-d3nunc145"
version = "0.1.0"
description = "Automated LaLiga piracy reporting tool for legitimate complaints. Spanish form automation with Docker support."
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"faker>=37.6.0",
"playwright>=1.55.0",
"python-dotenv>=1.1.1",
"pyyaml>=6.0.2",
]