0
0
mirror of https://github.com/MIDORIBIN/langchain-gpt4free.git synced 2024-12-23 19:22:58 +03:00

fix: update dependency library

This commit is contained in:
MIDORIBIN 2023-07-22 20:09:36 +09:00
parent c35b3ab08d
commit 5883e4d381

View File

@ -10,8 +10,8 @@ authors = []
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [
"langchain>=0.0.225", "langchain>=0.0.239",
"gpt4free @ git+https://github.com/xtekky/gpt4free.git", "g4f",
] ]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]