summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxtekky <98614666+xtekky@users.noreply.github.com>2023-06-26 13:55:38 +0200
committerGitHub <noreply@github.com>2023-06-26 13:55:38 +0200
commit945f2feee487b23323114fded7792592769ff4c2 (patch)
tree714027f13528abeeec0095f7b1f4c752a1ee2a97
parentUpdate instructions (diff)
parentinclude g4f package (diff)
downloadgpt4free-945f2feee487b23323114fded7792592769ff4c2.tar
gpt4free-945f2feee487b23323114fded7792592769ff4c2.tar.gz
gpt4free-945f2feee487b23323114fded7792592769ff4c2.tar.bz2
gpt4free-945f2feee487b23323114fded7792592769ff4c2.tar.lz
gpt4free-945f2feee487b23323114fded7792592769ff4c2.tar.xz
gpt4free-945f2feee487b23323114fded7792592769ff4c2.tar.zst
gpt4free-945f2feee487b23323114fded7792592769ff4c2.zip
-rw-r--r--pyproject.toml21
-rw-r--r--requirements.txt2
2 files changed, 22 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 00000000..10718ffa
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,21 @@
+[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/*"]
+include = ["g4f"]
+
+
+[tool.setuptools.dynamic]
+dependencies = {file = ["requirements.txt"]} \ No newline at end of file
diff --git a/requirements.txt b/requirements.txt
index 0742c40b..1ec8ad45 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
+streamlit-chat@https://github.com/AI-Yash/st-chat/archive/refs/pull/24/head.zip
pydantic
pymailtm
Levenshtein