Skip to content

Specify snappy and LZ4 dependencies - right now they are totally absent from pyproject.toml, which makes them hard to discover. #515

@mykaul

Description

@mykaul

One more thing we could (and should!) do is to specify those dependencies - right now they are totally absent from pyproject.toml, which makes them hard to discover.
Those should be listed in [project.optional-dependencies] section. We could either make it a single extra, like compression = ['lz4', 'snappy'], or extra-per-lib, like

compression-snappy = ['snappy']
compression-lz4 = ['lz4']

Originally posted by @Lorak-mmk in #510 (comment)

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