Commit 8efa9762 authored by sim's avatar sim

Add urllib3 module for scrapers error reporting

parent 76bf421a
...@@ -29,6 +29,7 @@ scrapyd-client = "*" ...@@ -29,6 +29,7 @@ scrapyd-client = "*"
pycountry = "*" pycountry = "*"
langid = "*" langid = "*"
langdetect = "*" langdetect = "*"
"urllib3" = "*"
[requires] [requires]
python_version = "3.5" python_version = "3.5"
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "93ecedebddb075cbd51f77edbe16c8457910d19320101f2a90165b15993637fe" "sha256": "73b06a07e10aca15a8539ac015039c976f6bbfdbe803cb7a6af9ed73234443f6"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
...@@ -521,6 +521,14 @@ ...@@ -521,6 +521,14 @@
], ],
"version": "==17.9.0" "version": "==17.9.0"
}, },
"urllib3": {
"hashes": [
"sha256:06330f386d6e4b195fbfc736b297f58c5a892e4440e54d294d7004e3a9bbea1b",
"sha256:cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f"
],
"index": "pypi",
"version": "==1.22"
},
"vine": { "vine": {
"hashes": [ "hashes": [
"sha256:52116d59bc45392af9fdd3b75ed98ae48a93e822cee21e5fda249105c59a7a72", "sha256:52116d59bc45392af9fdd3b75ed98ae48a93e822cee21e5fda249105c59a7a72",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment