Skip to content

Commit 7073b09

Browse files
authored
Fix optional dependencies (#952) (#953)
1 parent 7ea1bea commit 7073b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies = [
3333
"packaging",
3434
]
3535

36-
[optional-dependencies]
36+
[project.optional-dependencies]
3737
snappy = ["cramjam"]
3838
lz4 = ["lz4 >=3.1.3"]
3939
zstd = ["cramjam"]

0 commit comments

Comments
 (0)