dlarrick / pykumo

Python library to interact with Mitsubishi KumoCloud devices via their local API
MIT License
33 stars 12 forks source link

pykumo needs `requests`, but doesn't depend on it #43

Closed duckinator closed 1 year ago

duckinator commented 1 year ago

pykumo needs the requests library (see https://github.com/search?q=repo%3Adlarrick%2Fpykumo%20requests&type=code ), but does not specify it as a dependency.

(I ran into this problem when using pykumo in my project kulo, and am working around it by depending on requests myself.)

duckinator commented 1 year ago

By the way, thank you so much for the work you've put into pykumo! Kumo Cloud is horrendously unreliable, and being able to work with things almost entirely locally (after logging in and fetching some data) has made it so much less frustrating to deal with.