Files
docker-stacks/requirements-dev.txt
2022-02-15 15:33:11 +01:00

11 lines
187 B
Plaintext

docker
packaging
plumbum
pre-commit
pytest
# pytest-xdist is a plugin that provides the --numprocesses flag, allowing us to
# run pytest tests in parallel.
pytest-xdist
requests
tabulate