Skip to content

Commit e446a56

Browse files
update toml file
1 parent c87c7c5 commit e446a56

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@ name = "superclient"
77
version = "1.0.0"
88
description = "Superstream optimisation library for Kafka producers"
99
authors = [{name = "Superstream Labs", email = "[email protected]"}]
10-
license = {text = "Apache-2.0"}
10+
license = "Apache-2.0"
1111
readme = "README.md"
1212
requires-python = ">=3.8"
13+
dependencies = [
14+
"zstandard>=0.22.0",
15+
"python-snappy>=0.6.1",
16+
"lz4>=4.3.2",
17+
]
1318
classifiers = [
14-
"License :: OSI Approved :: Apache Software License",
1519
"Programming Language :: Python :: 3",
1620
"Programming Language :: Python :: 3 :: Only",
1721
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)