From b7e30644abe80e508f68df895efcab06997c879a Mon Sep 17 00:00:00 2001 From: Iris W <46726098+wildthyme@users.noreply.github.com> Date: Wed, 3 Apr 2019 15:36:05 -0400 Subject: [PATCH] =?UTF-8?q?updated=20comicapi=20requirement=E2=80=94libunr?= =?UTF-8?q?ar=20no=20longer=20necessary=20(CBR=20parsing=20support=20was?= =?UTF-8?q?=20always=20disabled=20anyway)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 --- requirements.txt | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index ee415c42..09bf3faa 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,3 @@ gdrive_credentials vendor client_secrets.json - -# External dependencies - need proper integrating -libunrar diff --git a/requirements.txt b/requirements.txt index b2561849..55a67a3e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ SQLAlchemy>=1.1.0 tornado>=4.1 Wand>=0.4.4 unidecode>=0.04.19 -git+https://github.com/wildthyme/comicapi.git@c57bda958e56cf1ae23bec1cde974b4c424b2eb4#egg=comicapi +git+https://github.com/wildthyme/comicapi.git@0f36fdd81bd03d6a979bebf03f907a1405d992c4#egg=comicapi