summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorostix360 <vicrobin1001@gmail.com>2023-06-26 09:28:01 +0200
committerostix360 <vicrobin1001@gmail.com>2023-06-26 09:28:01 +0200
commit2b21cda41aa813a3b1b7fb06929675e7e4e05cfd (patch)
treefa32d897402bbfa8b004ff978f9e01af0a443505
parentUpdate instructions (diff)
downloadgpt4free-2b21cda41aa813a3b1b7fb06929675e7e4e05cfd.tar
gpt4free-2b21cda41aa813a3b1b7fb06929675e7e4e05cfd.tar.gz
gpt4free-2b21cda41aa813a3b1b7fb06929675e7e4e05cfd.tar.bz2
gpt4free-2b21cda41aa813a3b1b7fb06929675e7e4e05cfd.tar.lz
gpt4free-2b21cda41aa813a3b1b7fb06929675e7e4e05cfd.tar.xz
gpt4free-2b21cda41aa813a3b1b7fb06929675e7e4e05cfd.tar.zst
gpt4free-2b21cda41aa813a3b1b7fb06929675e7e4e05cfd.zip
-rw-r--r--pyproject.toml20
-rw-r--r--requirements.txt2
2 files changed, 21 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 00000000..6f170632
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,20 @@
+[build-system]
+requires = ["setuptools", "wheel"]
+build-backend = "setuptools.build_meta"
+
+[project]
+name = "gpt4free"
+version = "0.2.0"
+description = ""
+authors = []
+license = { text = "GPL-3.0" }
+readme = "README.md"
+requires-python = ">=3.10"
+dynamic = ["dependencies"]
+
+[tool.setuptools.packages.find]
+exclude = ["**/*.txt", "/.v1/*"]
+
+
+[tool.setuptools.dynamic]
+dependencies = {file = ["requirements.txt"]} \ No newline at end of file
diff --git a/requirements.txt b/requirements.txt
index 0742c40b..7b9d01f2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9,7 +9,7 @@ streamlit
selenium
fake-useragent
twocaptcha
-https://github.com/AI-Yash/st-chat/archive/refs/pull/24/head.zip
+st-chat@git+https://github.com/AI-Yash/st-chat.git@ff0f4309d9f654a77955c4cf856a9cf4c3b6c54d
pydantic
pymailtm
Levenshtein