36 lines
563 B
Text
36 lines
563 B
Text
# Updated: 18.2.2020
|
|
|
|
# Core
|
|
wagtail==2.8
|
|
Django==2.1.13
|
|
elasticsearch>=5.0.0,<6.0.0
|
|
|
|
# Database
|
|
psycopg2-binary==2.8.4
|
|
dj-database-url==0.5.0
|
|
|
|
# Content
|
|
puput==1.0.6
|
|
guess-language-spirit==0.5.3
|
|
|
|
# Caching
|
|
django-redis==4.10.0
|
|
|
|
# Frontend
|
|
django-colorful==1.3
|
|
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
|
|
stellar==0.4.5
|
|
|
|
# Production dependencies
|
|
gunicorn==20.0.4
|
|
whitenoise==5.0.1
|
|
ConcurrentLogHandler==0.9.1
|
|
django-anymail==7.0.0
|
|
django-crispy-forms==1.8.0
|
|
python-dotenv==0.11.0
|