From 35d2b22d1fc7aeb4dfbe644b80c836b8d32b72fc Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 19:33:07 -0500 Subject: [PATCH] next version Signed-off-by: Kenneth Reitz --- Pipfile | 1 - setup.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index e25863b..c0dda7f 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,6 @@ pyquery = "*" fake-useragent = "*" parse = "*" "bs4" = "*" -"pyqt5" = "*" "w3lib" = "*" pyppeteer = "*" diff --git a/setup.py b/setup.py index fded82f..cefc1fb 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ DESCRIPTION = 'HTML Parsing for Humans.' URL = 'https://github.com/kennethreitz/requests-html' EMAIL = 'me@kennethreitz.org' AUTHOR = 'Kenneth Reitz' -VERSION = '0.6.4' +VERSION = '0.6.5' # What packages are required for this module to be executed? REQUIRED = [