aboutsummaryrefslogtreecommitdiffstats
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
parent600ad67925a748200ddf21d5aeabd157d2bb3664 (diff)
downloadsandcrawler-6650f3862b87bdeac4f3bb9d3561f934858956a0.tar.gz
sandcrawler-6650f3862b87bdeac4f3bb9d3561f934858956a0.zip
pipenv: import type annotations for requests and dateparser
-rw-r--r--python/Pipfile2
-rw-r--r--python/Pipfile.lock18
2 files changed, 19 insertions, 1 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"
diff --git a/python/Pipfile.lock b/python/Pipfile.lock
index 8d9f33c..d619752 100644
--- a/python/Pipfile.lock
+++ b/python/Pipfile.lock
@@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
- "sha256": "841959cff7513dcc07a9946a4d0e83d9833860d35a13ee4125de5f53aaa3cfcd"
+ "sha256": "ca9b01c621a8ab8779e1f3d8297e6151c6bf7900c1de28abcfd25fe8d9565389"
},
"pipfile-spec": 6,
"requires": {
@@ -1585,6 +1585,22 @@
],
"version": "==5.1.1"
},
+ "types-dateparser": {
+ "hashes": [
+ "sha256:175f33965829f8393f0235799a71b2d102643c85e9cc704afe37b820b7062e96",
+ "sha256:9169705a0d05286cc9f2c5b3bea9ef5c541f898199f30707657d4749df40ad3c"
+ ],
+ "index": "ia",
+ "version": "==1.0.7"
+ },
+ "types-requests": {
+ "hashes": [
+ "sha256:b279284e51f668e38ee12d9665e4d789089f532dc2a0be4a1508ca0efd98ba9e",
+ "sha256:ba1d108d512e294b6080c37f6ae7cb2a2abf527560e2b671d1786c1fc46b541a"
+ ],
+ "index": "ia",
+ "version": "==2.25.11"
+ },
"typing-extensions": {
"hashes": [
"sha256:49f75d16ff11f1cd258e1b988ccff82a3ca5570217d7ad8c5f48205dd99a677e",