mirror of
https://github.com/pmeier/light-the-torch.git
synced 2024-09-08 23:29:28 +03:00
19 lines
178 B
Plaintext
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
|