diff options
author | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2014-01-17 17:25:24 (GMT) |
---|---|---|
committer | Ernesto Rico-Schmidt <e.rico.schmidt@gmail.com> | 2014-01-17 17:25:24 (GMT) |
commit | 269c2cb78c964179f159b8464d96148e5865cb09 (patch) | |
tree | 462a60766b674d8ede78b3440369d692c8719fb3 | |
parent | 75e0ccf888f21e11baee743a52641f235bbf24e0 (diff) | |
parent | 1781cc629bf431f21f1b14f208314f6b7ff2ebb2 (diff) |
Merge branch 'develop'
-rw-r--r-- | requirements.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/requirements.txt b/requirements.txt index 6fd9477..c45cf33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -Django==1.2.7 -MySQL-python==1.2.3 -PIL==1.1.7 +Django==1.4.10 +MySQL-python==1.2.4 +Pillow==2.2.1 PyYAML==3.10 -django-tinymce==1.5.1a2 +django-tinymce==1.5.1 python-dateutil==1.5 |