From 8dcde9ae280fb0664b464bb6e154c2f1f270431a Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 17 Nov 2013 19:44:49 -0600 Subject: use pillow instead of PIL in requirements.txt --- requirements.txt | 4 ++-- 1 file 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 -- cgit v1.2.3