Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
emscripten-core
GitHub Repository: emscripten-core/emscripten
Path: blob/main/requirements-dev.txt
6174 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
psutil==7.0.0
10
ruff==0.14.1
11
types-requests==2.32.0.20241016
12
unittest-xml-reporting==3.2.0
13
deadcode==2.3.1
14
vulture==2.14
15
16
# This version is mentioned in `site/source/docs/site/about.rst`.
17
# Please keep them in sync.
18
sphinx==7.1.2
19
sphinxcontrib-jquery==4.0
20
21
# Needed by test/test_sockets.py
22
websockify==0.12.0
23
24