Skip to content

Remove flatdict requirement #203

Description

@martinvelez

Many companies require internal approval before using an open source pip package. Often, the internal approver has to review not only the package but also the other pip package it depends on.

For example, I noticed that this project depends on flatdict. I see that this is used to help prune the config. Could that dependency be removed? I figure the _prune_config method could be written without it and this package can "prune" it's dependencies.

def _prune_config(self, config):

flat_current_config = FlatDict(config, delimiter='_')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions