Merge pull request #1636 from MycroftAI/feature/upgrade-msm-padatious

Upgrade msm and padatious
pull/1641/head
Åke 2018-06-13 07:44:16 +02:00 committed by GitHub
commit 3a22eea5ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 10 deletions

View File

@ -25,9 +25,6 @@ from mycroft.skills.core import FallbackSkill
from mycroft.util.log import LOG
PADATIOUS_VERSION = '0.3.7' # Also update in requirements.txt
class PadatiousService(FallbackSkill):
def __init__(self, emitter, service):
FallbackSkill.__init__(self)
@ -45,10 +42,6 @@ class PadatiousService(FallbackSkill):
except OSError:
pass
return
ver = get_distribution('padatious').version
if ver != PADATIOUS_VERSION:
LOG.warning('Using Padatious v' + ver + '. Please re-run ' +
'dev_setup.sh to install ' + PADATIOUS_VERSION)
self.container = IntentContainer(intent_cache)

View File

@ -27,12 +27,11 @@ pulsectl==17.7.4
google-api-python-client==1.6.4
monotonic
msm==0.5.14
msm==0.5.15
msk==0.3.9
adapt-parser==0.3.0
# dev setup tools
pep8==1.7.0
fann2==1.0.7
# Also update in mycroft/skills/padatious_service.py
padatious==0.3.7
padatious==0.4.1