-
I need to list (print) dependencies for a project. Let say I do have a project (
Is there a way how to list these dependencies? For example to get Yes, I can install those dependencies using Thank you. PS: There is nice documentation about poetry dependencies, but I failed to find there the information I'm looking for. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
I have recently learned this does not consider on-disk state so you have to be careful. Probably run |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
The best solution that fits my needs is https://pypi.org/project/pyproject-installer/ |
Beta Was this translation helpful? Give feedback.
The best solution that fits my needs is https://pypi.org/project/pyproject-installer/