requirements-dev: Add "black"

This commit is contained in:
Athanasius 2022-03-12 14:21:24 +00:00
parent b838777d32
commit ef909dc4d4

View File

@ -2,6 +2,9 @@
# Using legacy 'setup.py install' for flake8-annotations-coverage, since package 'wheel' is not installed.
wheel
# Code formatting
black==22.1.0
# Static analysis tools
flake8==4.0.1
flake8-annotations-coverage==0.0.5