public-health-ch/requirements.txt

37 lines
563 B
Text
Raw Normal View History

2020-02-18 17:01:31 +01:00
# Updated: 18.2.2020
2017-03-27 17:05:55 +02:00
# Core
2020-02-18 17:01:31 +01:00
wagtail==2.8
2019-10-17 17:42:31 +02:00
Django==2.1.13
2019-09-09 21:15:49 +02:00
elasticsearch>=5.0.0,<6.0.0
2017-03-27 17:05:55 +02:00
# Database
2019-10-21 20:24:32 +02:00
psycopg2-binary==2.8.4
2018-05-16 15:08:43 +02:00
dj-database-url==0.5.0
2017-03-27 17:05:55 +02:00
2017-09-04 23:03:01 +02:00
# Content
2020-02-18 17:01:31 +01:00
puput==1.0.6
2019-06-14 22:02:15 +02:00
guess-language-spirit==0.5.3
2017-03-27 17:05:55 +02:00
# Caching
2019-06-14 22:02:15 +02:00
django-redis==4.10.0
2017-03-27 17:05:55 +02:00
# Frontend
2019-08-09 16:00:18 +02:00
django-colorful==1.3
2020-02-18 17:01:31 +01:00
django-el-pagination==3.3.0
django-libsass==0.8
django-social-share==1.4.0
libsass==0.19.4
Pillow==6.2.2
# Development tools
2019-06-14 22:02:15 +02:00
stellar==0.4.5
# Production dependencies
2020-02-18 17:01:31 +01:00
gunicorn==20.0.4
whitenoise==5.0.1
ConcurrentLogHandler==0.9.1
2019-09-09 14:48:13 +02:00
django-anymail==7.0.0
2019-10-21 20:24:32 +02:00
django-crispy-forms==1.8.0
2020-02-18 17:01:31 +01:00
python-dotenv==0.11.0