From 5c407d15dc423a81b696a685d9fd9d796d6fd251 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 7 Jan 2015 19:27:16 -0800 Subject: [PATCH] Do not use urwid 1.3.0 This release generally works, however, bright background colors are broken due to a bug. The bug is fixed in: https://github.com/wardi/urwid/commit/b851b905cb8c6c46a1757d0ccca2adbd02740ba7 Which is not released yet, but should appear in 1.3.1 (or later). Since bright background colors are (by default) used for inline comments, avoid the use of 1.3.0. 1.2.1 and 1.2.2 work fine. Change-Id: Ie833d09e4a5a2cc160b4d45d99f7c324a02751eb --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 30b4e83..0adfd7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pbr>=0.6,!=0.7,<1.0 -urwid +urwid>=1.2.1,!=1.3.0 SQLAlchemy>=0.9.4 GitPython>=0.3.2.RC1 python-dateutil