BW3-Core/requirements.txt
2021-01-08 21:27:05 +01:00

14 lines
209 B
Plaintext

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