Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 59c3593

Browse files
committed
Upgrade psycopg2-binary
This newer version has ready-built wheel packages for Python 3.10, so we won't need to have gcc installed in our production runner image.
1 parent 243dad5 commit 59c3593

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ django-static-precompiler ~= 1.8.2
77
markdown ~= 3.1.1
88
gunicorn ~= 19.9.0
99
django-environ ~= 0.4.5
10-
psycopg2-binary ~= 2.8.3
10+
psycopg2-binary ~= 2.9.11
1111
python-dateutil ~= 2.8.0
1212
django-post_office ~= 3.5.2

0 commit comments

Comments
 (0)