diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2016-05-01 13:47:38 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2016-05-01 13:47:38 (GMT) |
commit | 18d04533b13fc19267e73e7cd20fe9223b96286a (patch) | |
tree | 71d4e10cb01d10787cc24f7f56ff9fa56b768359 | |
parent | 36dffe4825bbf34435785aabdee67101cef725c4 (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 22470f4..7a1f664 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -Django==1.8.8 +Django==1.8.12 MySQL-python==1.2.5 -Pillow==3.0.0 +Pillow==3.2.0 PyYAML==3.11 -django-tinymce==2.0.6 -python-dateutil==2.4.2 +django-tinymce==2.3.0 +python-dateutil==2.5.3 |