#
# program dependencies
ismain
tomli
#
# build tools
build
twine
#
# testing
pytest
coverage
pytest-cov
pytest-pycharm
#
# formatting/linting
black
flake8
mypy
#
# CI/CD
pre-commit
