mirror of https://github.com/pyodide/pyodide.git
17 lines
279 B
Plaintext
17 lines
279 B
Plaintext
# build
|
|
cmake
|
|
ruamel.yaml
|
|
# lint
|
|
pre-commit
|
|
# testing
|
|
build==1.0.3
|
|
sphinx-click
|
|
hypothesis
|
|
# (FIXME: 2024/01/28) The latest pytest-asyncio 0.23.3 is not compatible with pytest 8.0.0
|
|
pytest<8.0.0
|
|
pytest-asyncio
|
|
pytest-cov
|
|
pytest-httpserver
|
|
pytest-benchmark
|
|
pytest-pyodide==0.56.2
|