BW3-Core/requirements.txt
2026-01-13 20:34:36 +01:00

15 lines
222 B
Plaintext

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