public-health-ch/requirements.txt
PCoder fc7d50c2a7 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
2021-06-30 18:56:59 +02:00

33 lines
512 B
Text

# Updated: 21.07.2021
# Core
wagtail==2.12.5
elasticsearch>=5.0.0,<6.0.0
# Database
psycopg2-binary==2.8.6
dj-database-url==0.5.0
# Content
puput==1.1.1
guess-language-spirit==0.5.3
# Caching
django-redis==5.0.0
# Frontend
django-anymail==8.4
django-colorful==1.3
django-contrib-comments==2.1.0
django-crispy-forms==1.12.0
django-el-pagination==3.3.0
django-libsass==0.8
django-social-share==2.2.1
libsass==0.21.0
Pillow==8.2.0
# Runtime dependencies
gunicorn
whitenoise
python-dotenv
ConcurrentLogHandler