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
Dependency Management: Consider using a tool like Poetry for managing project dependencies. This can help ensure consistent environments and make it easier to manage project dependencies. Poetry uses pyproject.toml and can be used to build and distribute projects too.
Definition of done:
Implement poetry as package manager for the python project template
Update build instructions and GitHub actions as appropriate
Update README to describe dependency management with poetry
The text was updated successfully, but these errors were encountered:
Dependency Management: Consider using a tool like Poetry for managing project dependencies. This can help ensure consistent environments and make it easier to manage project dependencies. Poetry uses
pyproject.toml
and can be used to build and distribute projects too.Definition of done:
The text was updated successfully, but these errors were encountered: