use pillow instead of PIL in requirements.txt

This commit is contained in:
Bryan Bishop 2013-11-17 19:44:49 -06:00
parent 444d1ecfc7
commit 8dcde9ae28

View File

@ -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