molobrakos / volvooncall

Retrieve information from the Volvo On Call (VOC) web service
The Unlicense
151 stars 47 forks source link

Reorganize dependencies #85

Closed decompil3d closed 2 years ago

decompil3d commented 2 years ago

Resolves #82

Moves console and MQTT dependencies into extras_require in setup.py so that folks consuming just the API or the Home Assistant bindings can avoid bringing in those dependencies.

decompil3d commented 2 years ago

cc: @cdce8p

decompil3d commented 2 years ago

@cdce8p Updated -- thank you for the pointers. I am much more familiar with Javascript packaging conventions, so I appreciate the guidance on doing things the Python way here.