ptgbot/requirements.txt
Thierry Carrez 052b575a4f 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
2018-12-21 15:35:09 +01:00

5 lines
160 B
Plaintext

# 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