# -- FOR TESTING:
pytest <7.5; python_version <  '3.0'
pytest >= 5.0; python_version >= '3.0'
# MAYBE: For pytest HTML reports.
# pytest-html

# -- FOR DEVELOPMENT:
# tox
# coverage >= 4.2
