You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I assume I misunderstood the intention of poetry. I often found it in the context of testing environments for example as an alternative to tox.
But looking deeper it feels like that poetry can also be used as a total replacement for setuptools.
When having a python project/package containing only
pyproject.tomlcan poetry handle it and I can dopython3 -m pip install -e .?If this is the case I will add some further questions because maybe poetry can solve problems for me that setuptools does not.
Beta Was this translation helpful? Give feedback.
All reactions