Skip to content

Commit 85ff2ce

Browse files
committed
oopsie
1 parent c432abc commit 85ff2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.8"
77
dependencies = [
8-
"boto3>=1.28.0",, # AWS SDK for S3 support
8+
"boto3>=1.28.0", # AWS SDK for S3 support
99
"click>=8.0.0",
1010
"fastapi[standard]>=0.109.1", # Minimum safe release (https://osv.dev/vulnerability/PYSEC-2024-38)
1111
"httpx",

0 commit comments

Comments
 (0)