forked from Doma/docker-mopidy
As commented on https://github.com/wernight/docker-mopidy/pull/32 by @christianlent to a pull request from @marklester I've added mopidy-local to de pipfile
20 lines
287 B
TOML
20 lines
287 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 = "*"
|
|
pyopenssl = "*"
|
|
|
|
[requires]
|
|
python_version = "3"
|