aitoolkits-webui / pyproject.toml
twn39's picture
add init files
bb159c0
raw
history blame
719 Bytes
[project]
name = "aitoolkits-webui"
version = "0.1.0"
description = "Add your description here"
authors = [
{ name = "twn39", email = "twn39@163.com" }
]
dependencies = [
"gradio>=4.38.1",
"diffusers>=0.29.2",
"langchain>=0.2.7",
"llama-index>=0.10.55",
"pydantic>=2.8.2",
"pydantic-settings>=2.3.4",
"llama-index-llms-openai>=0.1.25",
"langchain-openai>=0.1.16",
"attrs>=23.2.0",
]
readme = "README.md"
requires-python = ">= 3.8"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = []
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["src/aitoolkits_webui"]