Skip to content

Package dependencies and optional dependencies #24

Open
@victorterpstra

Description

Currently, the dse-do-utils doesn't define dependencies.
It is up to the user to ensure the packages it requires are installed.

In some cases, the import statement is deep in the code and will only run if the code that depends on it is executed.
For instance, folium or sqlalchemy. This avoids the install of these packages if the related functionality of the dse-do-utils is never used.

This approach works, but there might be a better option with optional dependencies:

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