chore: add rich library for better output

Includes `rich` library in requirements.txt to enhance the formatting and presentation of output in the application.
This commit is contained in:
kinoshitakenta 2025-05-20 16:25:57 +08:00
parent 3774f2eaa3
commit 6de63bfdb5
Signed by: kinoshitakenta
GPG Key ID: A811E8CA36EF425E
1 changed files with 3 additions and 0 deletions

View File

@ -4,3 +4,6 @@ tomli
# `webdriver_manager` manages webdriver versions
webdriver_manager
selenium
# better output
rich