diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2012-05-27 21:38:23 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2012-05-27 21:38:23 -0400 |
commit | 2d8ac1a012625f9ff1ad337aa29e7c3f68abb50b (patch) | |
tree | b3a6d85cff9a8648bf5353951dffc2fdafe6eb2d /requirements.txt | |
parent | 06977db6224ad84288a154e0e05da3d37d595bbf (diff) | |
download | cffi-2d8ac1a012625f9ff1ad337aa29e7c3f68abb50b.tar.gz |
Added a requirements file.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d5b6021 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +pycparser +pytest +-e git+git://github.com/fijal/platformer.git#egg=platformer |