Files
mopidy/Pipfile
David e8fe5a39ee Update Pipfile
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
2021-06-25 10:57:39 +02:00

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"