diff options
author | nnrcschmdt <e.rico.schmidt@gmail.com> | 2017-06-20 02:51:48 (GMT) |
---|---|---|
committer | nnrcschmdt <e.rico.schmidt@gmail.com> | 2017-06-20 02:51:48 (GMT) |
commit | 003145919c386ec5ed9e2a090a12059422fdb67b (patch) | |
tree | 37b99dd79cadd7ea750a991a6f3d6656e391e7f5 | |
parent | d94da988e1e230599161458b0d39341003dac3eb (diff) |
upgraded requirement to Django 1.11.2, Pillow 4.1.1, PyYAML 3.12, django-tinymce 2.6.0 and python-dateutil 2.6.0
-rw-r--r-- | requirements.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index c38fd7a..a1ed722 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -Django==1.10.7 +Django==1.11.2 MySQL-python==1.2.5 -Pillow==3.3.0 -PyYAML==3.11 -django-tinymce==2.3.0 -python-dateutil==2.5.3 +Pillow==4.1.1 +PyYAML==3.12 +django-tinymce==2.6.0 +python-dateutil==2.6.0 |