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] 92da70155e

Change-Id: I6353185daa4a494d81ce519a2498639a4f973212
This commit is contained in:
Thierry Carrez 2018-12-21 15:01:13 +01:00
parent 6f9be1606a
commit 052b575a4f
1 changed files with 2 additions and 1 deletions

View File

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