From 631662b30c7d381c1f9ac87b2489dcf742b31a02 Mon Sep 17 00:00:00 2001 From: beville Date: Mon, 25 Feb 2013 07:10:28 +0000 Subject: [PATCH] added configparser to requirements notes git-svn-id: http://comictagger.googlecode.com/svn/trunk@534 6c5673fe-1810-88d6-992b-cd32ca31540c --- README.txt | 1 + release_notes.txt | 3 +++ requirements.txt | 1 + setup.py | 1 + 4 files changed, 6 insertions(+) diff --git a/README.txt b/README.txt index afdb007..e83bd8b 100644 --- a/README.txt +++ b/README.txt @@ -16,6 +16,7 @@ For details, screenshots, release notes, and more, visit http://code.google.com/ Requires: * python 2.6 or 2.7 +* configparser * python imaging (PIL) >= 1.1.6 * beautifulsoup > 4.1 diff --git a/release_notes.txt b/release_notes.txt index c1e3c8c..1e1b210 100644 --- a/release_notes.txt +++ b/release_notes.txt @@ -8,6 +8,9 @@ Bug Fixes: * Fixed a rare crash when comic image is not-RGB format * Fixed sequence order of ComicInfo.xml items +Note: + New requirement for users of the python package: "configparser" + --------------------------------- 1.1.2-beta - 14-Feb-2013 --------------------------------- diff --git a/requirements.txt b/requirements.txt index 8fcd136..3371cce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ +configparser beautifulsoup4 >= 4.1 PIL >= 1.1.6 diff --git a/setup.py b/setup.py index c275f74..0cc5aa1 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,7 @@ Features: Requires: * python 2.6 or 2.7 +* configparser * python imaging (PIL) >= 1.1.6 * beautifulsoup > 4.1