Files
mopidy/Pipfile
Roman Vaníček 54554f16c9
Some checks failed
continuous-integration/drone/push Build is failing
Install plugins through the Pipfile.
2022-11-18 22:06:19 +01:00

22 lines
326 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
youtube-dl = "*"
mopidy-iris = "*"
mopidy-moped = "*"
mopidy-gmusic = "*"
mopidy-pandora = "*"
mopidy-youtube = "*"
mopidy-local = "*"
mopidy-mpd = "*"
mopidy-jellyfin = "*"
pyopenssl = "*"
[requires]
python_version = "3"