Files
test-loderweb/pyproject.toml
unknown c348a19052 fff
2026-02-12 00:19:38 +05:00

11 lines
203 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 = [
"pyinstaller>=6.18.0",
"selenium",
]