# {# pkglts, pysetup
# requirements are managed by pkglts, do not edit this file at all
# edit .pkglts/pkg_cfg instead
# section pysetup

# install
jinja2
requests
semver
unidecode


# run examples


# test
coverage
coveralls
pytest
pytest-cov
pytest-mock
tox


# compile doc
sphinx
sphinx_rtd_theme


# other dvlpt tools
flake8
twine


# #}
