Files
test-loderweb/pyproject.toml
2026-01-22 18:32:18 +05:00

10 lines
176 B
TOML
Executable File

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