Skip to content

Commit

Permalink
Feat(psql): Use psycopg3 (#10348)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Tesauro <[email protected]>
  • Loading branch information
kiblik and mtesauro authored Jul 3, 2024
1 parent 6fdd46d commit 3b14123
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 @@ -35,7 +35,7 @@ Markdown==3.6
mysqlclient==2.1.1
openpyxl==3.1.5
Pillow==10.4.0 # required by django-imagekit
psycopg2-binary==2.9.9
psycopg[binary]==3.1.19
cryptography==42.0.8
python-dateutil==2.9.0.post0
pytz==2024.1
Expand Down

0 comments on commit 3b14123

Please sign in to comment.