public-health-ch/requirements.txt

37 lines
539 B
Plaintext
Raw Normal View History

2020-05-15 19:52:40 +00:00
# Updated: 15.5.2020
2017-03-27 15:05:55 +00:00
# Core
2020-05-15 19:52:40 +00:00
wagtail==2.9
2019-09-09 19:15:49 +00:00
elasticsearch>=5.0.0,<6.0.0
2017-03-27 15:05:55 +00:00
# Database
2020-05-15 19:52:40 +00:00
psycopg2-binary==2.8.5
2018-05-16 13:08:43 +00:00
dj-database-url==0.5.0
2017-03-27 15:05:55 +00:00
2017-09-04 21:03:01 +00:00
# Content
2020-05-15 19:52:40 +00:00
puput==1.1.0
2019-06-14 20:02:15 +00:00
guess-language-spirit==0.5.3
2017-03-27 15:05:55 +00:00
# Caching
2020-05-15 19:52:40 +00:00
django-redis==4.11.0
2017-03-27 15:05:55 +00:00
# Frontend
2020-05-15 19:52:40 +00:00
django-anymail==7.0.0
2019-08-09 14:00:18 +00:00
django-colorful==1.3
2020-05-15 19:52:40 +00:00
django-crispy-forms==1.9.0
2020-02-18 16:01:31 +00:00
django-el-pagination==3.3.0
django-libsass==0.8
django-social-share==1.4.0
2020-05-16 16:44:51 +00:00
django-contrib-comments==1.9.2
2020-05-15 19:52:40 +00:00
libsass==0.20.0
Pillow==7.1.2
2020-05-15 19:52:40 +00:00
# Runtime dependencies
gunicorn
whitenoise
python-dotenv
ConcurrentLogHandler
2020-05-15 19:52:40 +00:00
# Development tools
stellar