We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698ccbe commit 596eb7cCopy full SHA for 596eb7c
pyproject.toml
@@ -5,6 +5,7 @@ description="CLI tool to analyze and create text dumps of codebases for LLMs"
5
readme = {file = "README.md", content-type = "text/markdown" }
6
requires-python = ">= 3.8"
7
dependencies = [
8
+ "click>=8.0.0",
9
"httpx",
10
"pathspec>=0.12.1",
11
"pydantic",
0 commit comments