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 c432abc commit 85ff2ceCopy full SHA for 85ff2ce
pyproject.toml
@@ -5,7 +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
- "boto3>=1.28.0",, # AWS SDK for S3 support
+ "boto3>=1.28.0", # AWS SDK for S3 support
9
"click>=8.0.0",
10
"fastapi[standard]>=0.109.1", # Minimum safe release (https://osv.dev/vulnerability/PYSEC-2024-38)
11
"httpx",
0 commit comments