summaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 2fec268..9cfd644 100644
--- a/Pipfile
+++ b/Pipfile
@@ -32,6 +32,8 @@ starlette-prometheus = "*"
[dev-packages]
ipython = "*"
mypy = "*"
+# typing_extensions is required for mypy to operate
+typing_extensions = "*"
pytype = "*"
flake8 = "*"
flake8-annotations = "*"
@@ -43,4 +45,4 @@ pytest-cov = "*"
black = "==19.10b0"
[requires]
-python_version = "3.7"
+python_version = "3.8"