From df161097887356058ad1e23cafc0b5e68b7f2e06 Mon Sep 17 00:00:00 2001 From: RicterZ Date: Mon, 20 Apr 2020 20:15:06 +0800 Subject: [PATCH 1/2] fix install script on python2 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index fcd7d8f..2b55b04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ requests>=2.5.0 +soupsieve<2.0 BeautifulSoup4>=4.0.0 threadpool>=1.2.7 tabulate>=0.7.5 From 130386054f9ca5b37143fe22230990335d381297 Mon Sep 17 00:00:00 2001 From: RicterZ Date: Mon, 20 Apr 2020 20:16:48 +0800 Subject: [PATCH 2/2] 0.3.9 --- nhentai/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhentai/__init__.py b/nhentai/__init__.py index 772a1a5..14b488f 100644 --- a/nhentai/__init__.py +++ b/nhentai/__init__.py @@ -1,3 +1,3 @@ -__version__ = '0.3.8' +__version__ = '0.3.9' __author__ = 'RicterZ' __email__ = 'ricterzheng@gmail.com'