| # 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 ruff on |
| # the codebase and generate docs using Sphinx, not for users of emscripten. |
| # Install with `pip3 install -r requirements-dev.txt` |
| |
| coverage[toml]==5.5 |
| mypy==0.971 |
| ruff==0.9.1 |
| types-requests==2.27.14 |
| unittest-xml-reporting==3.1.0 |
| |
| # This version is mentioned in `site/source/docs/site/about.rst`. |
| # Please keep them in sync. |
| sphinx==7.1.2 |
| sphinxcontrib-jquery==4.0 |
| |
| # Needed by test/test_sockets.py |
| websockify==0.10.0 |