mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-23 23:12:57 +03:00
fix(dep): update pillow, collectfast & heroku-memcacheify to latest
This commit is contained in:
parent
300190b270
commit
e3e3eca2d2
|
@ -1,5 +1,5 @@
|
|||
# This file is here because many Platforms as a Service look for
|
||||
# requirements.txt in the root directory of a project.
|
||||
pylibmc==1.2.3
|
||||
django-heroku-memcacheify==0.5
|
||||
django-heroku-memcacheify==0.7
|
||||
-r requirements/production.txt
|
||||
|
|
|
@ -16,7 +16,7 @@ django-floppyforms==1.2.0
|
|||
django-model-utils==2.2
|
||||
|
||||
# images
|
||||
Pillow==2.5.3
|
||||
Pillow==2.6.0
|
||||
|
||||
# For user registration, either via email or social
|
||||
# Well-built with regular release cycles!
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
|
||||
gunicorn==19.1.1
|
||||
django-storages==1.1.8
|
||||
Collectfast==0.2.0
|
||||
Collectfast==0.2.1
|
||||
gevent==1.0.1
|
||||
boto==2.32.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user