diff options
| author | Omer Katz <omer.drow@gmail.com> | 2019-01-09 20:11:27 +0200 |
|---|---|---|
| committer | Omer Katz <omer.drow@gmail.com> | 2019-01-11 13:03:39 +0200 |
| commit | 760bd728d920797e73a40161397481ed92368976 (patch) | |
| tree | d3d68d4df00c76f832169ec179e7d5ba59d4155e /requirements | |
| parent | 8c88d9276a390c5abdf43247283feaab7841c2e7 (diff) | |
| download | kombu-zstd-compression.tar.gz | |
Added optional support for zstd compression.zstd-compression
Diffstat (limited to 'requirements')
| -rw-r--r-- | requirements/extras/zstd.txt | 1 | ||||
| -rw-r--r-- | requirements/test-ci.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/requirements/extras/zstd.txt b/requirements/extras/zstd.txt new file mode 100644 index 00000000..864700d2 --- /dev/null +++ b/requirements/extras/zstd.txt @@ -0,0 +1 @@ +zstandard diff --git a/requirements/test-ci.txt b/requirements/test-ci.txt index 143af172..3c0e7e15 100644 --- a/requirements/test-ci.txt +++ b/requirements/test-ci.txt @@ -10,4 +10,5 @@ msgpack-python>0.2.0 -r extras/librabbitmq.txt -r extras/zookeeper.txt -r extras/brotli.txt +-r extras/zstd.txt sqlalchemy |
