thomluther / anker-solix-api

Python library for Anker Solix API
MIT License
38 stars 12 forks source link

Feat: Use a packagemanger to manage dependencies #32

Closed stuertz closed 4 months ago

stuertz commented 4 months ago

Currently the documentation states what are the direct deps. If not using pyenv collisions of versions are very possible.

To use isolated envs there are tools like pipenv (https://pipenv.pypa.io/en/latest/) or more modern ones like poetry (https://pypi.org/project/poetry/).

If accepted and decision for one of these tools I would be happy to add this

thomluther commented 4 months ago

Hi @stuertz , yes please make the necessary changes and I'm happy to commit. I don't care which tool to use, since I have no experience with any of them.