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 c8991bf commit 2ff6076Copy full SHA for 2ff6076
pyproject.toml
@@ -1,12 +1,11 @@
1
[project]
2
name = "gitingest"
3
-version = "0.1.2"
+version = "0.1.3"
4
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.10"
7
dependencies = [
8
"click>=8.0.0",
9
- "fastapi-analytics",
10
"fastapi[standard]",
11
"python-dotenv",
12
"slowapi",
0 commit comments