public-health-ch/requirements.txt

32 lines
376 B
Text
Raw Normal View History

2017-03-27 15:05:55 +00:00
# Updated: 27.3.2017
# Core
2017-03-13 16:33:02 +00:00
wagtail==1.9
Django==1.10.6
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-02-22 07:47:00 +00:00
elasticsearch==5.2.0
2017-03-27 15:05:55 +00:00
# Caching
django-redis==4.7.0
2017-03-27 15:05:55 +00:00
# Frontend
django-libsass==0.7
libsass==0.12.3
Pillow==4.0.0
# Development tools
stellar==0.4.3
# Production dependencies
2017-02-22 07:47:00 +00:00
whitenoise==3.3.0
uwsgi==2.0.14
ConcurrentLogHandler==0.9.1