Skip to content

Explore poetry for dependency management #233

Open
@lymichelle21

Description

@lymichelle21

Exploration to consider using poetry for dependency management and packaging: https://python-poetry.org/docs/

The poetry.lock file helps locks dependencies to specific versions to ensure repeatable builds. Poetry also reduces the need to set up virtual environments.

An initial exploratory PR can be found here: #225

  • Note that it may be outdated and will still require updates to workflow files

Install poetry and activate virtual env:

pip install poetry 
poetry install
eval $(poetry env activate)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions