Open haoxins opened 2 years ago
Thank you, it's a great tool, we will keep an eye on it. However, it's not the best time to replace the dependency management system now, as our main focus is on new features and user-friendly improvement. It may be introduced in a future release.
Thank you again for your proposal!
However, it's not the best time to replace the dependency management system now, as our main focus is on new features and user-friendly improvement. It may be introduced in a future release.
Of course, agreed totally. This is not something worth a high priority.
I just noticed that we already have
pyproject.toml
inside the Python projects. Should we consider to use Poetry as the Python build tool?The benefits will be:
lock
file.lint/format/unittest
tolls, such aspytest
,black
,isort
, and others