-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.yml
29 lines (28 loc) · 1009 Bytes
/
manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# This file details all external dependencies required by your skill. If your skill does
# not require any dependencies, please delete this file before submitting a pull request.
#
# To use this file, uncomment the lines you need, and fill in the appropriate information.
#
# dependencies:
# # Pip dependencies on PyPI
# python:
# - requests
# - gensim
#
# # Install packages with the system package manager
# # This searches for the provided executable and uses the package names
# system:
# # For simple packages, this is all that is necessary
# all: pianobar piano-dev
#
# # If the package has a certain name on a different platform:
# pkcon: pianobar libpiano-dev # For the mycroft platform
# apt-get: pianobar libpiano-dev # For Ubuntu/Debian
#
# # Require certain executables to be in the PATH for the install to succeed
# exes:
# - pianobar
#
# # Require the installation of other skills before installing this skill
# skill:
# - my-other-skill