10 lines
225 B
Plaintext
Raw Normal View History

2022-06-29 14:35:19 -04:00
black>=22.3.0
coverage
# NOTE(mrobinson) - Pinning click due to a unicode issue in black
# can remove after black drops support for Python 3.6
# ref: https://github.com/psf/black/issues/2964
click>=8.1
flake8
mypy
pytest-cov