Files
mopidy/Pipfile
Roman Vaníček 93289cfcdf
Some checks failed
continuous-integration/drone/push Build was killed
Add ALSA mixer
Remove gmusic and add ytmusic and radionet
FIX Path to binary is /usr/local/bin/mopidy
2022-11-19 00:22:20 +01:00

23 lines
349 B
TOML

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