mirror of
https://github.com/kennethreitz/requests-html.git
synced 2026-06-05 23:00:20 +00:00
much better encoding detection
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
@@ -21,7 +21,7 @@ VERSION = '0.3.2'
|
||||
|
||||
# What packages are required for this module to be executed?
|
||||
REQUIRED = [
|
||||
'requests', 'pyquery', 'fake-useragent', 'parse', 'bs4'
|
||||
'requests', 'pyquery', 'fake-useragent', 'parse', 'bs4', 'w3lib'
|
||||
]
|
||||
|
||||
# The rest you shouldn't have to touch too much :)
|
||||
|
||||
Reference in New Issue
Block a user