1 parent 3f86501 commit dd12d40Copy full SHA for dd12d40
1 file changed
pyproject.toml
@@ -4,23 +4,26 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "dean_utils"
7
-version="0.0.72"
+version="0.0.73"
8
authors=[
9
{ name="Dean MacGregor", email="powertrading121@gmail.com"}
10
]
11
description="various utils, functions, patches that I like"
12
readme = "README.md"
13
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
- ]
+dependencies = []
+
+[project.optional-dependencies]
+all = [
+ "polars",
+ "pyarrow",
+ "azure-storage-blob",
+ "adlfs",
+ "fsspec",
+ "azure-storage-queue",
24
+ "python-multipart",
25
+ "azure-communication-email",
26
+]
27
28
[tool.ruff]
29
line-length = 88
0 commit comments