Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #67 from OverloadUT/fix-certificate-issues
Browse files Browse the repository at this point in the history
Swap to SleekXMPP-FS, a fork built specifically for sucks
  • Loading branch information
wpietri authored Apr 24, 2019
2 parents dde7544 + f137a7e commit 304c0b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# https://packaging.python.org/en/latest/requirements.html

install_requires=[
'sleekxmpp>=1.3',
'sleekxmppfs>=1.3.4',
'click>=6',
'requests>=2.18',
'pycryptodome>=3.4',
Expand Down
6 changes: 3 additions & 3 deletions sucks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

import requests
import stringcase
from sleekxmpp import ClientXMPP, Callback, MatchXPath
from sleekxmpp.xmlstream import ET
from sleekxmpp.exceptions import XMPPError
from sleekxmppfs import ClientXMPP, Callback, MatchXPath
from sleekxmppfs.xmlstream import ET
from sleekxmppfs.exceptions import XMPPError

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion tests/test_vacbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from sucks import *

from unittest.mock import Mock
from sleekxmpp.exceptions import XMPPError
from sleekxmppfs.exceptions import XMPPError


def test_handle_clean_report():
Expand Down

0 comments on commit 304c0b4

Please sign in to comment.