BW3-Core/requirements.txt
2019-10-23 22:12:42 +02:00

15 lines
200 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-flakes
pytest-randomly