diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-26 13:36:06 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-26 13:36:06 -0700 |
commit | 6650f3862b87bdeac4f3bb9d3561f934858956a0 (patch) | |
tree | f0e5f2172bc39a1a3a7de4c023b68af08f76209f /python/Pipfile | |
parent | 600ad67925a748200ddf21d5aeabd157d2bb3664 (diff) | |
download | sandcrawler-6650f3862b87bdeac4f3bb9d3561f934858956a0.tar.gz sandcrawler-6650f3862b87bdeac4f3bb9d3561f934858956a0.zip |
pipenv: import type annotations for requests and dateparser
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
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" |