Revision 958055bb6e51acccd79d80e944d3bb19c31c0fcd authored by Alon Zakai on 26 October 2020, 16:26:38 UTC, committed by Alon Zakai on 26 October 2020, 16:26:38 UTC
1 parent f9d491b
Raw File
requirements-dev.txt
# 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
back to top