forked from kinoshitakenta/auto_login_EIP
chore: updates author info and dependencies
Updates the author information and adjusts the dependency versions in the project configuration.
This commit is contained in:
parent
73f0e62301
commit
07e01554d0
|
@ -3,15 +3,15 @@ name = "auto-login-eip"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Your Name",email = "you@example.com"}
|
{name = "Kinoshita Kenta",email = "ybs0306748@gmail.com"}
|
||||||
]
|
]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"selenium (>=4.32.0,<5.0.0)",
|
"selenium (>=4.27.1,<5.0.0)",
|
||||||
"tomli (>=2.2.1,<3.0.0)",
|
"tomli (>=2.2.1,<3.0.0)",
|
||||||
"webdriver-manager (>=4.0.2,<5.0.0)",
|
"webdriver-manager (>=4.0.2,<5.0.0)",
|
||||||
"rich (>=14.0.0,<15.0.0)"
|
"rich (>=13.9.4,<15.0.0)"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue