Skip to content

Commit

Permalink
chore: update xmpp backend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sijis committed Sep 1, 2023
1 parent 73f7976 commit 2eba956
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ def read(fname, encoding="ascii"):
"python-telegram-bot==13.15",
],
"XMPP": [
"slixmpp==1.7.1",
"pyasn1==0.4.8",
"pyasn1-modules==0.2.8",
"slixmpp==1.8.4",
"pyasn1==0.5.0",
"pyasn1-modules==0.3.0",
],
':sys_platform!="win32"': ["daemonize==2.5.0"],
},
Expand Down

0 comments on commit 2eba956

Please sign in to comment.