From 8d59e07e1e86177e52c648b3706cbddda2418d73 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 25 Feb 2018 09:41:38 -0500 Subject: [PATCH] pipfile Signed-off-by: Kenneth Reitz --- Pipfile | 1 + Pipfile.lock | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index d92a01b..b2bbb78 100644 --- a/Pipfile +++ b/Pipfile @@ -12,6 +12,7 @@ pyquery = "*" "html2text" = "*" fake-useragent = "*" parse = "*" +"bs4" = "*" [dev-packages] diff --git a/Pipfile.lock b/Pipfile.lock index 7b6e657..3a773fd 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "7fea86728660b19b58ee32ea324ef582c66acbebce424a21cfc63e51d6a0ed38" + "sha256": "75c60031e7b2733e07a2cf09fc24895c85b0c5032161ebbca6b7fc68f6c933a3" }, "host-environment-markers": { "implementation_name": "cpython", @@ -27,6 +27,20 @@ ] }, "default": { + "beautifulsoup4": { + "hashes": [ + "sha256:7015e76bf32f1f574636c4288399a6de66ce08fb7b2457f628a8d70c0fbabb11", + "sha256:11a9a27b7d3bddc6d86f59fb76afb70e921a25ac2d6cc55b40d072bd68435a76", + "sha256:808b6ac932dccb0a4126558f7dfdcf41710dd44a4ef497a0bb59a77f9f078e89" + ], + "version": "==4.6.0" + }, + "bs4": { + "hashes": [ + "sha256:36ecea1fd7cc5c0c6e4a1ff075df26d50da647b75376626cc186e2212886dd3a" + ], + "version": "==0.0.1" + }, "certifi": { "hashes": [ "sha256:14131608ad2fd56836d33a71ee60fa1c82bc9d2c8d98b7bdbc631fe1b3cd1296",