One word of warning: Poetry does not handle all pa...
# development
p
One word of warning: Poetry does not handle all packages well. If any package relies on custom logic in setup.py to generate its requirements, poetry will fail to resolve that. (I still like poetry, even with the gotcha). Poetry cannot, for example, understand the requirements for
ansible
(prob
ansible-core
at this point, I ran into this years ago). If someone relies on
ansible
, they need to record
ansible
's dependencies as well as
ansible
itself.