Skip to content

Commit

Permalink
Pin irc library version to 20.4.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Gatsik committed Aug 4, 2024
1 parent 006196d commit 89da415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cx_Freeze
idna
ipaddress
irc
irc==20.4.0
jinja2
pathlib
pydantic
Expand Down

0 comments on commit 89da415

Please sign in to comment.