Diff of /requirements.dev.in [000000] .. [e988c2]

Switch to unified view

a b/requirements.dev.in
1
--constraint requirements.prod.txt
2
3
# Additional dev requirements
4
# To generate a requirements file that includes both prod and dev requirements, run:
5
# pip-compile --generate-hashes --output-file=requirements.dev.txt requirements.dev.in
6
7
docker
8
hypothesis
9
pip-tools
10
pre-commit
11
pyright[nodejs]
12
pytest
13
pytest-cov
14
pytest-mock
15
pytest-xdist
16
ruff
17
toml
18
19
# docs
20
mkdocs
21
mkdocs-material