ReviewLlama/pyproject.toml

23 lines
483 B
TOML

[project]
name = "reviewllama"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Alex Selimov", email = "alex@alexselimov.com" }
]
requires-python = ">=3.13"
dependencies = [
"gitpython>=3.1.44",
"langchain>=0.3.25",
"langchain-ollama>=0.3.3",
"pytest>=8.4.0",
"rich>=14.0.0",
]
[project.scripts]
reviewllama = "reviewllama:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"