Updated Wagtail, Django, Puput
This commit is contained in:
parent
da02a8a09c
commit
71de2a8fc9
1 changed files with 7 additions and 7 deletions
|
@ -1,15 +1,15 @@
|
|||
# Updated: 5.7.2017
|
||||
# Updated: 4.9.2017
|
||||
|
||||
# Core
|
||||
wagtail==1.11
|
||||
Django==1.11.3
|
||||
wagtail==1.12.1
|
||||
Django==1.11.4
|
||||
|
||||
# Database
|
||||
psycopg2==2.7.1
|
||||
psycopg2==2.7.3.1
|
||||
dj-database-url==0.4.2
|
||||
|
||||
# Addons
|
||||
puput==0.8
|
||||
puput==0.9
|
||||
|
||||
# Search
|
||||
elasticsearch>=2.0.0,<3.0.0
|
||||
|
@ -20,7 +20,7 @@ django-redis==4.8.0
|
|||
# Frontend
|
||||
django-libsass==0.7
|
||||
libsass==0.13.2
|
||||
Pillow==4.2.0
|
||||
Pillow==4.2.1
|
||||
|
||||
# Development tools
|
||||
stellar==0.4.3
|
||||
|
@ -29,4 +29,4 @@ stellar==0.4.3
|
|||
gunicorn==19.7.1
|
||||
whitenoise==3.3.0
|
||||
ConcurrentLogHandler==0.9.1
|
||||
django-anymail==0.10
|
||||
django-anymail==0.11.1
|
||||
|
|
Loading…
Reference in a new issue