summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-11-17 18:30:50 -0600
committerBryan Bishop <kanzure@gmail.com>2013-11-17 18:30:50 -0600
commit76d47a68b345695d676879c723c0a833bf2c4396 (patch)
treeb3ec6102fa90d1b327c55ce2f722d1606e7e4721
parent2d59e4d3e07d3fe92c6463ce212a2c537f62160b (diff)
get PIL from pypi to run map editor
-rw-r--r--requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index ab6f202..edaedaa 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,8 @@
-e git://github.com/drj11/pypng.git@master#egg=pypng
+# for the map editor
+PIL
+
# testing
mock