Skip to content

Commit 46210df

Browse files
committed
Minor cleanup
1 parent 3ed5e7c commit 46210df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ packages = [{include = "confluent_kafka", from = "src"}]
99
attrs = {version = ">=24", optional = true}
1010
cachetools = {version = ">=5", optional = true}
1111
httpx = {version = ">=0.28", optional = true}
12+
avro = {version = ">=1.12", optional = true}
1213
fastavro = [
1314
{version = "<1.10", python = "<3.9", optional = true},
1415
{version = ">=1.10", python = ">=3.9", optional = true}
1516
]
1617
requests = {version = ">=2.32", optional = true}
17-
avro = {version = ">=1.12", optional = true}
18-
pyrsistent = {version = ">=0.20", optional = true}
1918
jsonschema = {version = ">=4.23", optional = true}
19+
pyrsistent = {version = ">=0.20", optional = true}
2020
googleapis-common-protos = {version = ">=1.66", optional = true}
2121
protobuf = {version = "<5.0", optional = true}
2222
azure-identity = {version = ">=1.19", optional = true}

0 commit comments

Comments
 (0)