diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 14:36:36 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 14:36:36 -0500 |
commit | 7ea430ac9adf96d8782ac22f42464453130befef (patch) | |
tree | a5f180050e16b2abbca71d7e623eac015479aee2 | |
parent | 162b3eab0ef619928dce5457f9ce7c358f5b34db (diff) |
a requirements.txt to specify python dependencies
This is taken straight from the pokecrystal.git repo.
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..af0addc --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +-e git://github.com/drj11/pypng.git@master#egg=pypng |