Skip to content

Commit

Permalink
Limit psycopg2 version as per psycopg/psycopg2#1293
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Dec 28, 2022
1 parent 0f95496 commit 9b74950
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
@@ -1,6 +1,6 @@
dj-database-url==0.5.0
Django==2.2.28
gunicorn==19.9.0
psycopg2-binary==2.9.5
psycopg2-binary>=2.8,<2.9
whitenoise==4.1.3
django-hashid-field==2.1.6

0 comments on commit 9b74950

Please sign in to comment.