You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ setuptools
4
4
5
5
# optional core dependencies:
6
6
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.
8
8
python-gnupg# for authenticated based on GPG tokens
9
9
PySocks# for SOCKS proxy (typically used to connect to IRC via Tor)
10
10
pyxmpp2-scram# for the scram-sha-256 SASL mechanism
0 commit comments