spotify: Require pyspotify 1.9

This commit is contained in:
Stein Magnus Jodal 2012-11-20 14:26:06 +01:00
parent ee8c2ca589
commit f8bd291d5f
3 changed files with 6 additions and 1 deletions

View File

@ -8,6 +8,10 @@ This change log is used to track all major changes to Mopidy.
v0.9.0 (in development)
=======================
**Dependencies**
- pyspotify >= 1.9, < 1.10 is now required for Spotify support.
**Multiple backends support**
Support for using the local and Spotify backends simultaneously have for a very

View File

@ -21,7 +21,7 @@ https://github.com/mopidy/mopidy/issues?labels=Spotify+backend
**Dependencies:**
- libspotify >= 12, < 13 (libspotify12 package from apt.mopidy.com)
- pyspotify >= 1.8, < 1.9 (python-spotify package from apt.mopidy.com)
- pyspotify >= 1.9, < 1.10 (python-spotify package from apt.mopidy.com)
**Settings:**

1
requirements/spotify.txt Normal file
View File

@ -0,0 +1 @@
pyspotify >= 1.9, < 1.10