Initial commit.

This commit is contained in:
Anthony Sottile 2014-03-13 08:41:35 -07:00
commit 27291ffa31
10 changed files with 330 additions and 0 deletions

10
requirements.txt Normal file
View file

@ -0,0 +1,10 @@
argparse
pyyaml
simplejson
# Testing requirements
coverage
ipdb
mock
pyflakes
pytest