We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87c7c5 commit e446a56Copy full SHA for e446a56
pyproject.toml
@@ -7,11 +7,15 @@ name = "superclient"
7
version = "1.0.0"
8
description = "Superstream optimisation library for Kafka producers"
9
authors = [{name = "Superstream Labs", email = "[email protected]"}]
10
-license = {text = "Apache-2.0"}
+license = "Apache-2.0"
11
readme = "README.md"
12
requires-python = ">=3.8"
13
+dependencies = [
14
+ "zstandard>=0.22.0",
15
+ "python-snappy>=0.6.1",
16
+ "lz4>=4.3.2",
17
+]
18
classifiers = [
- "License :: OSI Approved :: Apache Software License",
19
"Programming Language :: Python :: 3",
20
"Programming Language :: Python :: 3 :: Only",
21
"Operating System :: OS Independent",
0 commit comments