Upgrade padatious to fix travis build
parent
33277fef34
commit
ef1a6e24c3
|
@ -25,7 +25,7 @@ from mycroft.skills.core import FallbackSkill
|
|||
from mycroft.util.log import LOG
|
||||
|
||||
|
||||
PADATIOUS_VERSION = '0.3.3' # Also update in requirements.txt
|
||||
PADATIOUS_VERSION = '0.3.4' # Also update in requirements.txt
|
||||
|
||||
|
||||
class PadatiousService(FallbackSkill):
|
||||
|
|
|
@ -38,4 +38,4 @@ pulsectl==17.7.4
|
|||
aiml==0.8.6
|
||||
|
||||
# Also update in mycroft/skills/padatious_service.py
|
||||
padatious==0.3.3
|
||||
padatious==0.3.4
|
||||
|
|
Loading…
Reference in New Issue