From ad33aa7fa9b660a2c4826df45546d365357992f5 Mon Sep 17 00:00:00 2001 From: abc <98614666+xtekky@users.noreply.github.com> Date: Tue, 18 Jul 2023 00:10:12 +0100 Subject: minor fixes --- requirements.txt | 2 +- setup.py | 2 +- test.js | 0 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 test.js 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 -- cgit v1.2.3