21 lines
471 B
TOML
21 lines
471 B
TOML
[project]
|
|
name = "auto-login-eip"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [{ name = "Kinoshita Kenta", email = "ybs0306748@gmail.com" }]
|
|
requires-python = ">=3.9"
|
|
readme = "README.md"
|
|
dependencies = [
|
|
"selenium (>=4.27.1,<5.0.0)",
|
|
"tomli (>=2.2.1,<3.0.0)",
|
|
"webdriver-manager (>=4.0.2,<5.0.0)",
|
|
"rich (>=13.9.4,<15.0.0)",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.uv]
|
|
package = false
|