mirror of https://github.com/buildinspace/peru.git
add requirements-dev.txt
lists all requirements that are necessary to run ./test.sh so that someone can create a virtualenv and run `pip install -r requirements-dev.txt`
This commit is contained in:
parent
c2e4caec0f
commit
163be413d7
|
@ -0,0 +1,5 @@
|
|||
coverage==3.7.1
|
||||
flake8==2.2.5
|
||||
mccabe==0.2.1
|
||||
pep8==1.5.7
|
||||
pyflakes==0.8.1
|
Loading…
Reference in New Issue