BW3-Core/requirements.txt
2023-01-23 14:22:25 +00:00

15 lines
223 B
Plaintext

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