From 052b575a4f6e9dddb78e6be6006674828de01225 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Fri, 21 Dec 2018 15:01:13 +0100 Subject: [PATCH] Pin irc module to 15.1.1 to avoid import error ib3 triggers an irc.buffer import failure when used with irc>=16. The fix is in[1], but was not released yet. In the meantime, pin irc module to 15.1.1 to work around the issue. [1] https://github.com/bd808/python-ib3/commit/92da70155e5378478802cb38baaa2a00187201d6 Change-Id: I6353185daa4a494d81ce519a2498639a4f973212 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60e5ed4..3883069 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ -irc +# Pin irc module to 15.1.1 until ib3 releases https://github.com/bd808/python-ib3/commit/92da70155e5378478802cb38baaa2a00187201d6 +irc==15.1.1 python-daemon ib3