BW3-Core/requirements.txt
2021-01-06 22:47:37 +01:00

15 lines
202 B
Plaintext

# for pip to install all needed
# called with 'pip -r requirements.txt'
pyyaml
# for documentation generating
mkdocs
# for develope only
pytest
pytest-cov
pytest-flake8
pytest-flakes
pytest-randomly