mirror of
https://github.com/bentoml/OpenLLM.git
synced 2025-12-23 23:57:46 -05:00
23 lines
435 B
TOML
23 lines
435 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "cllama"
|
|
version = "0.0.1"
|
|
description = "A description of your package."
|
|
authors = [{name = "oasiszero", email = "oasis0.com@gmail.com"}]
|
|
license = {file = "LICENSE"}
|
|
dependencies = [
|
|
"typer",
|
|
"bentoml",
|
|
"pyaml",
|
|
"fastapi",
|
|
"questionary",
|
|
"psutil",
|
|
"pathlib"
|
|
]
|
|
|
|
[tool.typer]
|
|
src-dir = "cllama"
|