This commit is contained in:
jze9
2026-01-16 19:19:15 +05:00
commit 98f6188e12
6 changed files with 390 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "test-loderweb"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"selenium",
]