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

19 lines
337 B
TOML
Raw Normal View History

2023-07-08 11:37:54 +03:00
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "langchain_g4f"
version = "1.0.0"
description = ""
authors = []
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
2023-07-22 14:09:36 +03:00
"langchain>=0.0.239",
"g4f",
2023-07-08 11:37:54 +03:00
]
[tool.setuptools.packages.find]
include = ["langchain_g4f"]