Skip to content

Commit

Permalink
Replace psycopg2-binary with psycopg
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Feb 22, 2024
1 parent e95a02e commit da45db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ aiosqlite==0.17.0
asyncpg==0.26.0

# Sync database drivers for standard tooling around setup/teardown/migrations.
psycopg2-binary==2.9.3
psycopg==3.1.18
pymysql==1.0.2

# Testing
Expand Down

0 comments on commit da45db4

Please sign in to comment.