Skip to content

Commit cfb129a

Browse files
committed
fix: add xmpp dependencies on python 3.10
1 parent f0d72de commit cfb129a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ mattermost = ["err-backend-mattermost==3.0.0"]
4848
IRC = ["irc==20.3.0"]
4949
telegram = ["python-telegram-bot==13.15"]
5050
XMPP = [
51-
"slixmpp==1.8.4",
51+
"slixmpp==1.12.0; python_version < '3.11'",
52+
"slixmpp==1.15.0; python_version >= '3.11'",
5253
"pyasn1==0.6.3",
53-
"pyasn1-modules==0.3.0",
54+
"pyasn1-modules==0.4.2",
5455
]
5556
test = ["pytest", "webtest", "requests"]
5657

0 commit comments

Comments
 (0)