add logging capabilities, display code, overtime getter

This commit is contained in:
2025-03-18 13:52:29 +01:00
parent 26a956eead
commit e036edce6a
3 changed files with 88 additions and 0 deletions

View File

@@ -6,5 +6,6 @@ readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"cryptography>=44.0.2",
"loguru>=0.7.3",
"playwright>=1.50.0",
]