aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-10-26 13:36:06 -0700
committerBryan Newbold <bnewbold@archive.org>2021-10-26 13:36:06 -0700
commit6650f3862b87bdeac4f3bb9d3561f934858956a0 (patch)
treef0e5f2172bc39a1a3a7de4c023b68af08f76209f /python/Pipfile
parent600ad67925a748200ddf21d5aeabd157d2bb3664 (diff)
downloadsandcrawler-6650f3862b87bdeac4f3bb9d3561f934858956a0.tar.gz
sandcrawler-6650f3862b87bdeac4f3bb9d3561f934858956a0.zip
pipenv: import type annotations for requests and dateparser
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile2
1 files changed, 2 insertions, 0 deletions
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"