public-health-ch/requirements.txt

33 lines
408 B
Text
Raw Normal View History

2017-05-30 13:38:41 +00:00
# Updated: 30.5.2017
2017-03-27 15:05:55 +00:00
# Core
2017-07-03 11:34:49 +00:00
wagtail==1.11
Django==1.11.3
2017-03-27 15:05:55 +00:00
# Database
2017-03-13 16:33:02 +00:00
psycopg2==2.7.1
2017-03-27 15:05:55 +00:00
dj-database-url==0.4.2
# Addons
puput==0.8
# Search
2017-05-03 21:52:06 +00:00
elasticsearch>=2.0.0,<3.0.0
2017-03-27 15:05:55 +00:00
# Caching
2017-05-03 07:04:43 +00:00
django-redis==4.8.0
2017-03-27 15:05:55 +00:00
# Frontend
django-libsass==0.7
2017-07-03 11:34:49 +00:00
libsass==0.13.2
Pillow==4.2.0
# Development tools
stellar==0.4.3
# Production dependencies
2017-03-27 22:32:08 +00:00
gunicorn==19.7.1
2017-03-27 20:55:07 +00:00
whitenoise==3.3.0
ConcurrentLogHandler==0.9.1
2017-05-30 13:38:41 +00:00
django-anymail==0.10