From c57bda958e56cf1ae23bec1cde974b4c424b2eb4 Mon Sep 17 00:00:00 2001 From: Iris Wildthyme <46726098+wildthyme@users.noreply.github.com> Date: Tue, 2 Apr 2019 20:51:29 -0400 Subject: [PATCH] bumped pypdf2 version requirement --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a08c07..226d0fd 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( description = 'Comic archive (cbr/cbz) and metadata utilities. Extracted from the comictagger project.', author = 'Iris W', packages = ['comicapi'], - install_requires = ['natsort==3.5.2', 'pypdf2==1.24', 'unrar==0.3'], + install_requires = ['natsort==3.5.2', 'pypdf2==1.26', 'unrar==0.3'], python_requires = '>=3.6.0', url = 'https://github.com/wildthyme/comicapi', classifiers = ['License :: OSI Approved :: Apache Software License 2.0 (Apache-2.0)']