This commit is contained in:
Sumner Evans
2020-09-22 12:27:12 -06:00
parent 51b0e3d441
commit 2cb964dc1b
11 changed files with 149 additions and 61 deletions

View File

@@ -48,6 +48,12 @@ pychromecast = {version = "^7.3.0", optional = true}
black = "^20.8b1"
docutils = "^0.16"
flake8 = "^3.8.3"
flake8-annotations = "^2.4.0"
flake8-bugbear = "^20.1.4"
flake8-comprehensions = "^3.2.3"
flake8-import-order = "^0.18.1"
flake8-pep3101 = "^1.3.0"
flake8-print = "^3.1.4"
mypy = "^0.782"
pytest-cov = "^2.10.1"
termcolor = "^1.1.0"