Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ flask-limiter>=3.5,<4.0 # per-user rate limits on AI + key routes (in-memory
# Cloud: PDF storage + delivery via Cloudflare R2 (Stage 8). OPTIONAL at
# runtime — when the R2_* env vars are unset the editor streams PDFs directly
# (graceful fallback). boto3 talks to R2's S3-compatible API for upload + signed URLs.
boto3>=1.34,<2.0
boto3>=1.43.56,<2.0

# Dev / tests
pytest>=9.1.1,<10.0