diff options
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,7 +17,10 @@ toml = "*" [dev-packages] pytest = "*" +pytest-cov = "*" mypy = "*" +flake8 = "*" +flake8-annotations = "*" # must lock black to an exact version because it is still "beta" # see: https://github.com/psf/black/issues/517 |