2020-09-20 04:26:09 +03:00
|
|
|
# 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`
|
|
|
|
|
2021-03-24 21:39:28 +03:00
|
|
|
flake8==3.9.0
|
2020-09-20 04:26:09 +03:00
|
|
|
flake8-unused-arguments==0.0.6
|
2021-03-04 21:48:02 +03:00
|
|
|
coverage==5.5
|