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
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
fastapi==0.136.3
uvicorn==0.48.0
fastapi==0.137.0
uvicorn==0.49.0
requests==2.34.2
dnspython==2.8.0
pydantic==2.13.4
beautifulsoup4==4.14.3
beautifulsoup4==4.15.0
certifi>=2026.5.20

# Database (Supabase Postgres client + pure-Python driver for migrations)
supabase==2.30.1
supabase==2.31.0
psycopg[binary]==3.3.4

# PDF report export (Pro plan feature). Pure Python, no system deps —
Expand Down
Loading