BW3-Core/requirements.txt

14 lines
208 B
Plaintext

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