BW3-Core/requirements.txt

14 lines
186 B
Plaintext
Raw Normal View History

2018-01-04 13:05:05 +01:00
# for pip to install all needed
# called with 'pip -r requirements.txt'
2019-02-27 08:43:45 +01:00
pyyaml
2019-09-17 17:11:10 +02:00
# for documentation generating
mkdocs
2019-03-10 19:41:42 +01:00
# for develope only
2018-01-04 13:05:05 +01:00
pytest
pytest-cov
pytest-pep8
2019-02-27 08:43:45 +01:00
pytest-randomly