BW3-Core/_info/requirements.txt
2019-03-10 19:41:42 +01:00

11 lines
147 B
Plaintext

# for pip to install all needed
# called with 'pip -r requirements.txt'
pyyaml
# for develope only
pytest
pytest-cov
pytest-pep8
pytest-randomly