Skip to content

Commit dd12d40

Browse files
committed
all deps optional
1 parent 3f86501 commit dd12d40

1 file changed

Lines changed: 14 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,26 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "dean_utils"
7-
version="0.0.72"
7+
version="0.0.73"
88
authors=[
99
{ name="Dean MacGregor", email="powertrading121@gmail.com"}
1010
]
1111
description="various utils, functions, patches that I like"
1212
readme = "README.md"
1313
requires-python = ">=3.9"
14-
dependencies=[
15-
"polars",
16-
"pyarrow",
17-
"azure-storage-blob",
18-
"adlfs",
19-
"fsspec",
20-
"azure-storage-queue",
21-
"python-multipart",
22-
"azure-communication-email"
23-
]
14+
dependencies = []
15+
16+
[project.optional-dependencies]
17+
all = [
18+
"polars",
19+
"pyarrow",
20+
"azure-storage-blob",
21+
"adlfs",
22+
"fsspec",
23+
"azure-storage-queue",
24+
"python-multipart",
25+
"azure-communication-email",
26+
]
2427

2528
[tool.ruff]
2629
line-length = 88

0 commit comments

Comments
 (0)