diff --git a/requirements.txt b/requirements.txt index 5842882..399f7e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ reportlab requests packaging openai -bs4 \ No newline at end of file +bs4 +uncompyle6 \ No newline at end of file diff --git a/setup.py b/setup.py index 9182cb6..0c48b75 100644 --- a/setup.py +++ b/setup.py @@ -32,5 +32,12 @@ setup( "Operating System :: OS Independent", ], python_requires=">=3.6", - install_requires=["reportlab", "requests", "packaging", "openai", "bs4"], + install_requires=[ + "reportlab", + "requests", + "packaging", + "openai", + "bs4", + "uncompyle6", + ], )