Poetry can not give you things that do not (always) exist in the ecosystem, like properly declared dependencies [1], which are a must in most other package managers.
Poetry can be painfully slow if you happen to depend on many packages that only use `setup.py` to define dependencies.
Poetry can be painfully slow if you happen to depend on many packages that only use `setup.py` to define dependencies.
[1] https://python-poetry.org/docs/faq/#why-is-the-dependency-re...