christopher-dG / gpymusic

Google Py Music: A simple TUI client for Google Play Music
MIT License
200 stars 13 forks source link

ConfigParser Requirement #6

Closed kariudo closed 7 years ago

kariudo commented 7 years ago

Might be worth nothing that ConfigParser module is also required.

christopher-dG commented 7 years ago

What is your Python version? On a fresh 3.6 virtualenv this is not the case.

kariudo commented 7 years ago

Using a 3.6.0 virtualenv

christopher-dG commented 7 years ago

Very weird, in that case I'll probably just parse the config manually to drop the dependency. Thanks!

christopher-dG commented 7 years ago

configparser is no longer required :slightly_smiling_face: