BW3-Core/requirements.txt
2024-01-14 20:58:08 +01:00

16 lines
240 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
basicauth==1.0.0