mirror of
https://github.com/MIDORIBIN/langchain-gpt4free.git
synced 2024-12-24 03:32:57 +03:00
19 lines
387 B
TOML
19 lines
387 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.225",
|
||
|
"gpt4free @ git+https://github.com/xtekky/gpt4free.git",
|
||
|
]
|
||
|
|
||
|
[tool.setuptools.packages.find]
|
||
|
include = ["langchain_g4f"]
|