Codebase list emscripten / debian/2.0.10_dfsg-1_exp1 requirements-dev.txt
debian/2.0.10_dfsg-1_exp1

Tree @debian/2.0.10_dfsg-1_exp1 (Download .tar.gz)

requirements-dev.txt @debian/2.0.10_dfsg-1_exp1raw · history · blame

1
2
3
4
5
6
7
8
# TODO(sbc): switch to using Pipenv since it seems like that way to go
# these day managing python deps.
# These requirements are only needed for developers who want to run # flake8 on
# the codebase, not for users of emscripten.
# Install with `pip3 install -r requirements-dev.txt`

flake8==3.7.8
flake8-unused-arguments==0.0.6