diff --git a/requirements.txt b/requirements.txt index c0437927..fba43fd8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ certifi Providers browser_cookie3 websockets -execjs \ No newline at end of file +pyexecjs \ No newline at end of file diff --git a/setup.py b/setup.py index cdbc13ea..c8c573a3 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh: with open('requirements.txt') as f: required = f.read().splitlines() -VERSION = '0.0.1' +VERSION = '0.0.1.2' DESCRIPTION = 'The official gpt4free repository | various collection of powerful language models' # Setting up diff --git a/test.js b/test.js deleted file mode 100644 index e69de29b..00000000