Update requirements.txt
Downgrade psycopg2-binary to 2.8.6, because of the issue ``` django.core.serializers.base.DeserializationError: Problem installing fixture '/home/app/publichealth.home.json': database connection isn't set to UTC: (wagtailcore.pagerevision:pk=1) field_value was '['oleg']' ``` More info: https://github.com/psycopg/psycopg2/issues/1293#issuecomment-862835147
This commit is contained in:
parent
c8fddf0a51
commit
fc7d50c2a7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ wagtail==2.12.5
|
||||||
elasticsearch>=5.0.0,<6.0.0
|
elasticsearch>=5.0.0,<6.0.0
|
||||||
|
|
||||||
# Database
|
# Database
|
||||||
psycopg2-binary==2.9.1
|
psycopg2-binary==2.8.6
|
||||||
dj-database-url==0.5.0
|
dj-database-url==0.5.0
|
||||||
|
|
||||||
# Content
|
# Content
|
||||||
|
|
Loading…
Reference in a new issue