diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-11-17 18:30:50 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-11-17 18:30:50 -0600 |
commit | 76d47a68b345695d676879c723c0a833bf2c4396 (patch) | |
tree | b3ec6102fa90d1b327c55ce2f722d1606e7e4721 | |
parent | 2d59e4d3e07d3fe92c6463ce212a2c537f62160b (diff) |
get PIL from pypi to run map editor
-rw-r--r-- | requirements.txt | 3 |
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 |