bumped pypdf2 version requirement

This commit is contained in:
Iris Wildthyme 2019-04-02 20:51:29 -04:00
parent 710771c666
commit c57bda958e

View File

@ -5,7 +5,7 @@ setup(
description = 'Comic archive (cbr/cbz) and metadata utilities. Extracted from the comictagger project.', description = 'Comic archive (cbr/cbz) and metadata utilities. Extracted from the comictagger project.',
author = 'Iris W', author = 'Iris W',
packages = ['comicapi'], 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', python_requires = '>=3.6.0',
url = 'https://github.com/wildthyme/comicapi', url = 'https://github.com/wildthyme/comicapi',
classifiers = ['License :: OSI Approved :: Apache Software License 2.0 (Apache-2.0)'] classifiers = ['License :: OSI Approved :: Apache Software License 2.0 (Apache-2.0)']