remove 'html2text',

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-26 08:23:13 -05:00
parent 09d738efd6
commit 80115274e1
+2 -2
View File
@@ -17,11 +17,11 @@ DESCRIPTION = 'HTML Parsing for Humans.'
URL = 'https://github.com/kennethreitz/requests-html'
EMAIL = 'me@kennethreitz.org'
AUTHOR = 'Kenneth Reitz'
VERSION = '0.1.1'
VERSION = '0.2.0'
# What packages are required for this module to be executed?
REQUIRED = [
'requests', 'pyquery', 'html2text', 'fake-useragent', 'parse', 'bs4'
'requests', 'pyquery', 'fake-useragent', 'parse', 'bs4'
]
# The rest you shouldn't have to touch too much :)