chore: adds dependencies for TOML parsing and Selenium

Adds `tomli` for parsing TOML files and `webdriver_manager` along with `selenium` for managing browser drivers in automated testing.
This commit is contained in:
kinoshitakenta 2025-05-19 15:58:16 +08:00
parent 0b80ee79b1
commit 6cadab738c
Signed by: kinoshitakenta
GPG Key ID: A811E8CA36EF425E
1 changed files with 6 additions and 0 deletions

6
requirements.txt Normal file
View File

@ -0,0 +1,6 @@
# for parsing toml file
tomli
# `webdriver_manager` manages webdriver versions
webdriver_manager
selenium