From 6650f3862b87bdeac4f3bb9d3561f934858956a0 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 26 Oct 2021 13:36:06 -0700 Subject: pipenv: import type annotations for requests and dateparser --- python/Pipfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index dbffba8..16807fe 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -22,6 +22,8 @@ flake8 = "*" flake8-annotations = "*" isort = "*" yapf = "*" +types-requests = "*" +types-dateparser = "*" [packages] requests = ">=2" -- cgit v1.2.3