Convert to use poetry & pyproject.toml for dep & build management#54
Convert to use poetry & pyproject.toml for dep & build management#54rytilahti merged 8 commits intopython-kasa:masterfrom
Conversation
|
Cool! The only thing I didn't like with poetry is that you cannot do a development install. |
|
But I agree that it'd be great to be able to do a simple |
|
Do you have any more work on this? If not - go ahead and merge. |
|
I think it's ready to be merged, in case there's still something to be changed, let's do that in a follow-up PR 🎉 |
This gets rid of separately maintained requirements*.txt files and consolidates most of the configs into pyproject.toml file. See https://python-poetry.org/ and https://www.python.org/dev/peps/pep-0518/ for some details.
Linting tests are only on a single target for optimization.