From 6de63bfdb525395d9b52f26852799fc493c4efba Mon Sep 17 00:00:00 2001 From: kinoshitakenta Date: Tue, 20 May 2025 16:25:57 +0800 Subject: [PATCH] chore: add rich library for better output Includes `rich` library in requirements.txt to enhance the formatting and presentation of output in the application. --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index c9f1559..9536c80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,6 @@ tomli # `webdriver_manager` manages webdriver versions webdriver_manager selenium + +# better output +rich