# 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]==6.5
mypy==1.14
ruff==0.11.7
types-requests==2.32.0.20241016
unittest-xml-reporting==3.2.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.12.0