Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the optional compression libs to extras_require #2123

Merged
merged 3 commits into from Nov 15, 2020

Commits on Sep 17, 2020

  1. Add lz4 and snappy to extras_require

    As noted in https://kafka-python.readthedocs.io/en/master/install.html these are some additional optional libs that we should be specifying in `extras_require` so that callers can specify them if desired.
    jeffwidman committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    b5f6a47 View commit details
    Browse the repository at this point in the history
  2. add python-zstandard

    jeffwidman committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    1b9a779 View commit details
    Browse the repository at this point in the history
  3. rename to "zstd"

    jeffwidman committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    fe404d6 View commit details
    Browse the repository at this point in the history