Replace psycopg2-binary with psycopg2

This commit is contained in:
Georg Krause 2021-07-05 04:33:39 +00:00
parent c430d50816
commit 64210b0264
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Pillow~=8.2.0
django-allauth~=0.42.0 django-allauth~=0.42.0
psycopg2-binary~=2.8.0 psycopg2~=2.9.1
# Time zones support # Time zones support
pytz==2021.1 pytz==2021.1

View File

@ -0,0 +1 @@
Replace psycopg2-binary with psycopg2 (#1513)