mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
15 lines
223 B
Plaintext
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==6.1.0
|
|
pytest-flake8
|
|
pytest-flakes
|
|
pytest-randomly
|