bjarneo / Pytify

A CLI application for controlling Spotify
MIT License
741 stars 40 forks source link

prompt-toolkit version requirement #64

Closed iwconfig closed 5 years ago

iwconfig commented 6 years ago

I need to install prompt-toolkit>=1.0.15 but pytify requires prompt-toolkit==1.0.0.

Is version 1.0.0 necessary?

bjarneo commented 6 years ago

Could probably be updated :)

goetzc commented 6 years ago

It does work indeed with 1.0.15, == is not necessary. It does also work with spotipy 2.4.4.

bjarneo commented 5 years ago

https://github.com/bjarneo/Pytify/issues/68