Skip to content

typing_extension not installed but imported #100

@frenzymadness

Description

@frenzymadness

In cli.py, there is an import from typing_extensions but this package is not mentioned anywhere in the direct dependencies in pyproject.toml file. It might be installed under some circumstances as a transitive dependency, but only for older Python releases.

You should either make it a direct dependency or make the import optional.

And by the way, NiaAML is available as python-niaaml in Fedora Linux: https://src.fedoraproject.org/rpms/python-niaaml

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions