From c004093ef61864dce05591c6fc821c994ce0c17c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 26 Feb 2018 08:23:50 -0500 Subject: [PATCH] no more 'html2text' Signed-off-by: Kenneth Reitz --- Pipfile | 4 ++-- Pipfile.lock | 16 +--------------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/Pipfile b/Pipfile index e3eea50..7af9e51 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,6 @@ name = "pypi" requests = "*" pyquery = "*" -"html2text" = "*" fake-useragent = "*" parse = "*" "bs4" = "*" @@ -22,6 +21,7 @@ requests-file = "*" pytest = "*" "e1839a8" = {path = ".", editable = true} + [scripts] -tests = "pytest" \ No newline at end of file +tests = "pytest" diff --git a/Pipfile.lock b/Pipfile.lock index 292a498..efb9375 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "0472672d45b7404f1329bdf8d01dc6429fa5668ecff3367094b1048fc4be65a9" + "sha256": "d44df9ca7b3667e1b903c953093eef97713b06a70e2cead013ef7729d210b88f" }, "host-environment-markers": { "implementation_name": "cpython", @@ -68,13 +68,6 @@ ], "version": "==0.1.10" }, - "html2text": { - "hashes": [ - "sha256:490db40fe5b2cd79c461cf56be4d39eb8ca68191ae41ba3ba79f6cb05b7dd662", - "sha256:627514fb30e7566b37be6900df26c2c78a030cc9e6211bda604d8181233bcdd4" - ], - "version": "==2018.1.9" - }, "idna": { "hashes": [ "sha256:8c7309c718f94b3a625cb648ace320157ad16ff131ae0af362c9f21b80ef6ec4", @@ -196,13 +189,6 @@ ], "version": "==0.1.10" }, - "html2text": { - "hashes": [ - "sha256:490db40fe5b2cd79c461cf56be4d39eb8ca68191ae41ba3ba79f6cb05b7dd662", - "sha256:627514fb30e7566b37be6900df26c2c78a030cc9e6211bda604d8181233bcdd4" - ], - "version": "==2018.1.9" - }, "idna": { "hashes": [ "sha256:8c7309c718f94b3a625cb648ace320157ad16ff131ae0af362c9f21b80ef6ec4",