mirror of
https://github.com/MIDORIBIN/langchain-gpt4free.git
synced 2024-12-23 19:22:58 +03:00
19 lines
337 B
TOML
19 lines
337 B
TOML
[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 = [
|
|
"langchain>=0.0.239",
|
|
"g4f",
|
|
]
|
|
|
|
[tool.setuptools.packages.find]
|
|
include = ["langchain_g4f"]
|