investigate switching to poetry
for build, dependecy and deployment management
#33
Labels
enhancement
New feature or request
research
investigation needed
tech
Technical user story, foundational for addressing future user demand
Poetry seems like the de-facto new standard (also included in PEP guidelines [PEP517]). Purpose of this user story is to investigate its installation and replicating build and dependency management from
setup.py
.Poetry makes use of the new standard of relying on
pyproject.toml
at project root to determine all build and dependency properties.A few links:
The text was updated successfully, but these errors were encountered: