Files
docker-stacks/requirements-dev.txt
2022-05-02 01:15:16 +03:00

11 lines
192 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