aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index aeb5434..86a20d6 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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