Merge pull request #1636 from MycroftAI/feature/upgrade-msm-padatious
Upgrade msm and padatiouspull/1641/head
commit
3a22eea5ba
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue