From ad8bfe5a1c31db882480433f86db2c5c57634a3f Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Sun, 19 Jan 2020 17:38:02 +0100 Subject: [PATCH] Updated dependency requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d440a75..fad7a56 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.26'], + install_requires = ['natsort>=3.5.2', 'pypdf2>=1.26'], extras_require = { 'CBR': ['unrar==0.3'] },