Compare commits
No commits in common. "bee7927ef974072671eb64ce788b53f6d28695b9" and "953b6ab90909ab59796e54f74287f6ae5af512da" have entirely different histories.
bee7927ef9
...
953b6ab909
|
@ -6,4 +6,3 @@ __pycache__/
|
||||||
|
|
||||||
# config file
|
# config file
|
||||||
config.toml
|
config.toml
|
||||||
uv.lock
|
|
||||||
|
|
|
@ -1,7 +1 @@
|
||||||
# auto_login_EIP
|
# auto_login_EIP
|
||||||
|
|
||||||
- 執行
|
|
||||||
|
|
||||||
```shell
|
|
||||||
# uv run python main.py --config_path .\config.toml.example
|
|
||||||
```
|
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
[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
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
# for parsing toml file
|
||||||
|
tomli
|
||||||
|
|
||||||
|
# `webdriver_manager` manages webdriver versions
|
||||||
|
webdriver_manager
|
||||||
|
selenium
|
||||||
|
|
||||||
|
# better output
|
||||||
|
rich
|
Loading…
Reference in New Issue