summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index a03274c..b22cab3 100644
--- a/Pipfile
+++ b/Pipfile
@@ -13,7 +13,8 @@ Sphinx = "*"
coveralls = "*"
pytest = "*"
pytest-cov = "*"
-pathlib2 = {version = "*", markers="python_version < '3.6'"}
+pathlib2 = {version = "*",markers = "python_version < '3.6'"}
+mypy = "*"
[requires]
python_version = "3.7"