-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.yml
31 lines (30 loc) · 1.01 KB
/
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
30
31
# 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
- caldav
- icalendar
# - 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