diff options
author | Sunny Chaudhari <yuvaraj.chaudhari1@gmail.com> | 2014-04-15 15:51:05 +0530 |
---|---|---|
committer | Sunny Chaudhari <yuvaraj.chaudhari1@gmail.com> | 2014-04-15 15:51:05 +0530 |
commit | dc83dfd7f0ff5b18951d2f09dff8307fb90b67c4 (patch) | |
tree | 32f30b6fe2a981489a6068993080733474bc3318 /requirements.txt | |
parent | 2bc7444b3cc854dc47d5553f6ca34dcecd3c4e38 (diff) | |
download | gnowsys-dc83dfd7f0ff5b18951d2f09dff8307fb90b67c4.tar.gz |
PIL replaced by pillow
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 4620eafe..19b18321 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ django-ratings django-pagination django-notification python-magic -PIL +pillow ox django-passwords South==0.8.4 |