Merge pull request #61 from StartTheShift/master

improvements for local development
This commit is contained in:
Steve Pulec 2013-11-08 12:08:32 -08:00
commit 59858dd685
2 changed files with 6 additions and 0 deletions

2
.gitignore vendored
View File

@ -3,3 +3,5 @@ dist/*
.tox .tox
.coverage .coverage
*.pyc *.pyc
.noseids
build/

4
requirements-dev.txt Normal file
View File

@ -0,0 +1,4 @@
-r requirements.txt
flask
boto
httpretty