Dependencies update
This commit is contained in:
parent
5970830b67
commit
3d941d6a9b
1 changed files with 5 additions and 5 deletions
|
@ -6,8 +6,8 @@ Django>=1.11.7,<2.0.0
|
|||
elasticsearch>=2.0.0,<3.0.0
|
||||
|
||||
# Database
|
||||
psycopg2==2.7.4
|
||||
psycopg2-binary==2.7.4
|
||||
psycopg2==2.7.5
|
||||
psycopg2-binary==2.7.5
|
||||
dj-database-url==0.5.0
|
||||
|
||||
# Content
|
||||
|
@ -20,13 +20,13 @@ django-redis==4.9.0
|
|||
# Frontend
|
||||
django-libsass==0.7
|
||||
libsass==0.14.5
|
||||
Pillow==5.1.0
|
||||
Pillow==5.2.0
|
||||
|
||||
# Development tools
|
||||
stellar==0.4.5
|
||||
|
||||
# Production dependencies
|
||||
gunicorn==19.8.1
|
||||
gunicorn==19.9.0
|
||||
whitenoise==3.3.1
|
||||
ConcurrentLogHandler==0.9.1
|
||||
django-anymail==2.2
|
||||
django-anymail==3.0
|
||||
|
|
Loading…
Reference in a new issue