BW3-Core/requirements.txt
2019-09-18 22:03:47 +02:00

14 lines
186 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-pep8
pytest-randomly