CLAUDE: Add psycopg2-binary to requirements for PostgreSQL support

This commit is contained in:
Cal Corum 2025-11-07 10:53:27 -06:00
parent 1517283114
commit 0d123be090

View File

@ -2,6 +2,7 @@ pydantic==1.*
fastapi fastapi
uvicorn uvicorn
peewee peewee
psycopg2-binary # PostgreSQL adapter for Python
python-multipart python-multipart
pandas pandas
pygsheets pygsheets