diff --git a/requirements.txt b/requirements.txt index 399f7e6..4392d2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,6 @@ requests packaging openai bs4 -uncompyle6 \ No newline at end of file +uncompyle6 +colorama +tqdm \ No newline at end of file diff --git a/setup.py b/setup.py index 0c48b75..ebd49a5 100644 --- a/setup.py +++ b/setup.py @@ -39,5 +39,7 @@ setup( "openai", "bs4", "uncompyle6", + "tqdm", + "colorama", ], )