forked from kinoshitakenta/auto_login_EIP
21 lines
437 B
TOML
21 lines
437 B
TOML
[project]
|
|
name = "auto-login-eip"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [
|
|
{name = "Your Name",email = "you@example.com"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"selenium (>=4.32.0,<5.0.0)",
|
|
"tomli (>=2.2.1,<3.0.0)",
|
|
"webdriver-manager (>=4.0.2,<5.0.0)",
|
|
"rich (>=14.0.0,<15.0.0)"
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|