Skip to content

Commit 2ff6076

Browse files
authored
Update pyproject.toml
1 parent c8991bf commit 2ff6076

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
[project]
22
name = "gitingest"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description="CLI tool to analyze and create text dumps of codebases for LLMs"
55
readme = {file = "README.md", content-type = "text/markdown" }
66
requires-python = ">= 3.10"
77
dependencies = [
88
"click>=8.0.0",
9-
"fastapi-analytics",
109
"fastapi[standard]",
1110
"python-dotenv",
1211
"slowapi",

0 commit comments

Comments
 (0)