Requirements unlocked

This commit is contained in:
Oleg Lavrovsky 2018-09-12 09:02:07 +02:00
parent 05cfd61568
commit 8f18c69cba

View file

@ -1,32 +1,32 @@
# Updated: 16.5.2018 # Updated: 16.5.2018
# Core # Core
wagtail>=1.13.1,<2.0.0 wagtail>=1.13.1
Django>=1.11.7,<2.0.0 Django>=1.11.7
elasticsearch>=2.0.0,<3.0.0 elasticsearch>=2.0.0,<3.0.0
# Database # Database
psycopg2==2.7.5 psycopg2>=2.7.5
psycopg2-binary==2.7.5 psycopg2-binary>=2.7.5
dj-database-url==0.5.0 dj-database-url>=0.5.0
# Content # Content
puput==0.9.2 puput>=0.9.2
guess-language-spirit==0.5.3 guess-language-spirit>=0.5.3
# Caching # Caching
django-redis==4.9.0 django-redis>=4.9.0
# Frontend # Frontend
django-libsass==0.7 django-libsass>=0.7
libsass==0.14.5 libsass>=0.14.5
Pillow==5.2.0 Pillow>=5.2.0
# Development tools # Development tools
stellar==0.4.5 stellar>=0.4.5
# Production dependencies # Production dependencies
gunicorn==19.9.0 gunicorn>=19.9.0
whitenoise==3.3.1 whitenoise>=3.3.1
ConcurrentLogHandler==0.9.1 ConcurrentLogHandler>=0.9.1
django-anymail==3.0 django-anymail>=3.0