Skip to content

Commit 89da415

Browse files
committed
Pin irc library version to 20.4.0
this version was in the recent 0.21.0 release and worked fine the irc library is broken (for us) since jaraco/irc@c95c063 the reason is that it uses importlib.resources.files() to import codes and this function is buggy -- it doesn't work with freezed code (see also python/cpython#121735. wimglenn/resources-example#6) and (what a coincidence!) broken implementation of files() function was written by the same person -- see python/cpython#100598
1 parent 006196d commit 89da415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cx_Freeze
22
idna
33
ipaddress
4-
irc
4+
irc==20.4.0
55
jinja2
66
pathlib
77
pydantic

0 commit comments

Comments
 (0)