pin 0.0.14

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-21 07:33:31 -04:00
parent c314de170f
commit 30b59cc25c
+1 -1
View File
@@ -21,7 +21,7 @@ VERSION = '0.8.3'
# What packages are required for this module to be executed?
REQUIRED = [
'requests', 'pyquery', 'fake-useragent', 'parse', 'bs4', 'w3lib', 'pyppeteer'
'requests', 'pyquery', 'fake-useragent', 'parse', 'bs4', 'w3lib', 'pyppeteer>=0.0.14'
]
# The rest you shouldn't have to touch too much :)