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:
parent
3774f2eaa3
commit
6de63bfdb5
|
@ -4,3 +4,6 @@ tomli
|
|||
# `webdriver_manager` manages webdriver versions
|
||||
webdriver_manager
|
||||
selenium
|
||||
|
||||
# better output
|
||||
rich
|
||||
|
|
Loading…
Reference in New Issue