diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2015-10-26 09:33:40 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2015-10-26 09:33:40 (GMT) |
commit | d1310b341b0a187f957563da4de1fcb18c248f84 (patch) | |
tree | 22c7683cc04e444725d602397d38c86d5de7f955 | |
parent | 885ad6327c53826c108d30ce74b47223b9e0afff (diff) |
updated requirements
-rw-r--r-- | requirements.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt index dd63b40..f18b8dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -Django==1.4.13 +Django==1.7.10 MySQL-python==1.2.5 -Pillow==2.5.1 +Pillow==3.0.0 PyYAML==3.11 -django-tinymce==1.5.2 -python-dateutil==1.5 +django-tinymce==2.0.5 +python-dateutil==2.4.2 |