From 2abd932709d341ae6cc68efa95f83b0ded966b67 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 7 Dec 2011 12:05:22 -0500 Subject: [PATCH] Updated jobprogress requirement. --- README | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 4d2bfae0..309c4cf1 100644 --- a/README +++ b/README @@ -29,7 +29,7 @@ General dependencies - Python 3.2 (http://www.python.org) - Send2Trash3k (http://hg.hardcoded.net/send2trash) - hsaudiotag3k 1.1.0 (for ME) (http://hg.hardcoded.net/hsaudiotag) -- jobprogress 1.0.2 (http://hg.hardcoded.net/jobprogress) +- jobprogress 1.0.3 (http://hg.hardcoded.net/jobprogress) - Sphinx 1.1 (http://sphinx.pocoo.org/) - polib 0.7.0 (http://bitbucket.org/izi/polib) - pytest 2.0.0, to run unit tests. (http://pytest.org/) diff --git a/requirements.txt b/requirements.txt index cebe4844..2a2402f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -jobprogress>=1.0.2 +jobprogress>=1.0.3 Send2Trash3k>=1.2.0 sphinx>=1.1.0 polib>=0.7.0