2024-05-25 01:32:38 +00:00
|
|
|
|
2023-11-18 08:38:04 +00:00
|
|
|
# lint
|
|
|
|
pre-commit
|
|
|
|
# testing
|
2024-03-31 06:31:28 +00:00
|
|
|
build~=1.2.0
|
2023-11-18 08:38:04 +00:00
|
|
|
sphinx-click
|
|
|
|
hypothesis
|
2024-07-21 09:15:39 +00:00
|
|
|
mypy==1.11.0
|
2024-01-28 17:04:40 +00:00
|
|
|
# (FIXME: 2024/01/28) The latest pytest-asyncio 0.23.3 is not compatible with pytest 8.0.0
|
|
|
|
pytest<8.0.0
|
2023-11-18 08:38:04 +00:00
|
|
|
pytest-asyncio
|
|
|
|
pytest-cov
|
|
|
|
pytest-httpserver
|
|
|
|
pytest-benchmark
|
2024-07-25 10:27:05 +00:00
|
|
|
pytest-pyodide==0.58.3
|
2024-11-10 11:43:04 +00:00
|
|
|
setuptools; python_version >= '3.12'
|