Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
emscripten-core
GitHub Repository: emscripten-core/emscripten
Path: blob/main/requirements-dev.txt
4091 views
1
# TODO(sbc): switch to using Pipenv since it seems like that way to go
2
# these day managing python deps.
3
# These requirements are only needed for developers who want to run ruff on
4
# the codebase and generate docs using Sphinx, not for users of emscripten.
5
# Install with `pip3 install -r requirements-dev.txt`
6
7
coverage[toml]==6.5
8
mypy==1.14
9
ruff==0.11.7
10
types-requests==2.32.0.20241016
11
unittest-xml-reporting==3.2.0
12
13
# This version is mentioned in `site/source/docs/site/about.rst`.
14
# Please keep them in sync.
15
sphinx==7.1.2
16
sphinxcontrib-jquery==4.0
17
18
# Needed by test/test_sockets.py
19
websockify==0.12.0
20
21