Skip to content

Commit dc6744b

Browse files
committed
Reject chardet >= 7.0.0 for being fully vibecoded
1 parent 35d7bf7 commit dc6744b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ setuptools
44

55
# optional core dependencies:
66

7-
chardet # to detect encoding of incoming IRC lines, if they are not in UTF-8
7+
chardet < 7.0.0 # to detect encoding of incoming IRC lines, if they are not in UTF-8. Version 7.0.0 was fully vibe-rewritten in two weeks to launder copyright (https://github.com/chardet/chardet/releases/tag/7.0.0), so we'll pass.
88
python-gnupg # for authenticated based on GPG tokens
99
PySocks # for SOCKS proxy (typically used to connect to IRC via Tor)
1010
pyxmpp2-scram # for the scram-sha-256 SASL mechanism

0 commit comments

Comments
 (0)