Update cli to remove uneeded options

This commit is contained in:
Alex Selimov 2025-06-18 14:26:21 -04:00
parent 9173399ce8
commit a6cdbf1761
5 changed files with 517 additions and 61 deletions

View file

@ -9,6 +9,8 @@ authors = [
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",
]