spotify: pyspotify 1.9 and 1.10 are both supported
This commit is contained in:
parent
2b54837c64
commit
24ace415a0
@ -7,6 +7,11 @@ This change log is used to track all major changes to Mopidy.
|
||||
v0.10.0 (in development)
|
||||
========================
|
||||
|
||||
**Dependencies**
|
||||
|
||||
- pyspotify >= 1.9, < 1.11 is now required for Spotify support. In other words,
|
||||
you're free to upgrade to pyspotify 1.10, but it isn't a requirement.
|
||||
|
||||
**Documentation**
|
||||
|
||||
- Added installation instructions for Fedora.
|
||||
|
||||
@ -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.9, < 1.10 (python-spotify package from apt.mopidy.com)
|
||||
- pyspotify >= 1.9, < 1.11 (python-spotify package from apt.mopidy.com)
|
||||
|
||||
**Settings:**
|
||||
|
||||
|
||||
@ -1 +1 @@
|
||||
pyspotify >= 1.9, < 1.10
|
||||
pyspotify >= 1.9, < 1.11
|
||||
|
||||
Loading…
Reference in New Issue
Block a user