Merge pull request #61 from StartTheShift/master
improvements for local development
This commit is contained in:
commit
59858dd685
2 changed files with 6 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -3,3 +3,5 @@ dist/*
|
||||||
.tox
|
.tox
|
||||||
.coverage
|
.coverage
|
||||||
*.pyc
|
*.pyc
|
||||||
|
.noseids
|
||||||
|
build/
|
||||||
|
|
|
||||||
4
requirements-dev.txt
Normal file
4
requirements-dev.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
-r requirements.txt
|
||||||
|
flask
|
||||||
|
boto
|
||||||
|
httpretty
|
||||||
Loading…
Add table
Add a link
Reference in a new issue