diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2013-09-24 20:46:51 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2013-09-24 20:46:51 (GMT) |
commit | c0bf0be5658fdf3af27da5d1827ef8d156bf9145 (patch) | |
tree | c66865c7dbf677efca30bba15e19a176e16f5d60 | |
parent | 2950bdb52da95efa233c5fa8e2adbfcfc00415fd (diff) |
updated Django version, replaced PIL with Pillow.
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index aee5ab1..ed69745 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -Django==1.4.5 +Django==1.4.8 MySQL-python==1.2.4 -PIL==1.1.7 +Pillow=2.1.0 PyYAML==3.10 django-tinymce==1.5.1 python-dateutil==1.5 |