diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-11-17 19:44:49 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-11-17 19:44:49 -0600 |
commit | 8dcde9ae280fb0664b464bb6e154c2f1f270431a (patch) | |
tree | c05d2806e9bcfcd9173178008aa598d9785fd1a3 | |
parent | 444d1ecfc721c2a472c7d2a81a8fb68d617a72c2 (diff) |
use pillow instead of PIL in requirements.txt
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index edaedaa..c3d403f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -e git://github.com/drj11/pypng.git@master#egg=pypng -# for the map editor -PIL +# for the map editor, pillow instead of PIL +pillow # testing mock |