diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-05 11:06:39 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-05 11:06:39 -0500 |
commit | 5ec6b52af263fcd3330f79a4bfaef573fcc786b5 (patch) | |
tree | f01173edae364b3a8d672cca5769685970c96cd4 | |
parent | 783a22cc21afa2528d4635233b2befe109b52703 (diff) |
remove requirements.txt
There's no reason to have python dependencies listed in a file because
those dependencies have been moved into the extras submodule in the
pokemon-reverse-engineering-tools git repo.
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index af0addcb2..000000000 --- a/requirements.txt +++ /dev/null @@ -1 +0,0 @@ --e git://github.com/drj11/pypng.git@master#egg=pypng |