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
I understand Poetry can be used for dependency management of a single project. But what if I am developing a main application that depends on other first-party libraries that are also owned by me? To build the main application I need to first build the first-party dependencies in a specific order. In Java, Maven does this for me. Is there anything like that in Python?
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 understand Poetry can be used for dependency management of a single project. But what if I am developing a main application that depends on other first-party libraries that are also owned by me? To build the main application I need to first build the first-party dependencies in a specific order. In Java, Maven does this for me. Is there anything like that in Python?
Beta Was this translation helpful? Give feedback.
All reactions