added configparser to requirements notes

git-svn-id: http://comictagger.googlecode.com/svn/trunk@534 6c5673fe-1810-88d6-992b-cd32ca31540c
This commit is contained in:
beville 2013-02-25 07:10:28 +00:00
parent cbe3f5a2dc
commit 631662b30c
4 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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
---------------------------------

View File

@ -1,2 +1,3 @@
configparser
beautifulsoup4 >= 4.1
PIL >= 1.1.6

View File

@ -51,6 +51,7 @@ Features:
Requires:
* python 2.6 or 2.7
* configparser
* python imaging (PIL) >= 1.1.6
* beautifulsoup > 4.1