Files
llama-agent-skills/pyproject.toml
T
Summer Shen 9578366e36 init repo
2026-03-31 09:14:32 +08:00

22 lines
489 B
TOML

[project]
name = "llama-agent-skills"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Summer Shen", email = "3244742300@qq.com" }
]
requires-python = ">=3.11"
dependencies = [
"llama-index-core>=0.12.0",
"llama-index-llms-openai>=0.3.0",
"python-frontmatter>=1.1.0",
]
[project.scripts]
llama-agent-skills = "llama_agent_skills:main"
[build-system]
requires = ["uv_build>=0.9.22,<0.10.0"]
build-backend = "uv_build"