Replace psycopg2-binary with psycopg2
This commit is contained in:
parent
c430d50816
commit
64210b0264
|
@ -8,7 +8,7 @@ Pillow~=8.2.0
|
|||
|
||||
django-allauth~=0.42.0
|
||||
|
||||
psycopg2-binary~=2.8.0
|
||||
psycopg2~=2.9.1
|
||||
|
||||
# Time zones support
|
||||
pytz==2021.1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Replace psycopg2-binary with psycopg2 (#1513)
|
Loading…
Reference in New Issue