Files
light-the-torch/requirements-dev.txt
2023-01-19 13:42:11 +01:00

19 lines
178 B
Plaintext

doit
tomlkit
# format & lint
pre-commit
flake8 ==4.0.1
# test
pytest
pytest-mock
pytest-cov
# publish
build
twine
check-wheel-contents
# misc
requests
beautifulsoup4
jinja2
tqdm