From 30b59cc25cf32dcb08751911ec0c0cc17d0c5dde Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 21 Mar 2018 07:33:31 -0400 Subject: [PATCH] pin 0.0.14 Signed-off-by: Kenneth Reitz --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 703546d..2958e93 100644 --- a/setup.py +++ b/setup.py @@ -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 :)