Skip to content

Commit 33319b3

Browse files
committed
dir_struct
1 parent 13e7aa9 commit 33319b3

File tree

10 files changed

+12
-5
lines changed

10 files changed

+12
-5
lines changed

pyproject.toml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
[build-system]
2-
requires = ["setuptools>=59.6.0"]
2+
requires = ["setuptools >= 61.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name="dean_utils"
7-
version="0.0.2"
6+
name = "dean_utils"
7+
version="0.0.3"
88
authors=[
99
{ name="Dean MacGregor", email="powertrading121@gmail.com"}
1010
]
1111
description="various utils, functions, patches that I like"
1212
readme = "README.md"
13-
requires-python = ">=3.7"
13+
requires-python = ">=3.7"
14+
dependencies=[
15+
"polars",
16+
"pyarrow",
17+
"azure-storage-blob",
18+
"adlfs",
19+
"fsspec",
20+
"azure-storage-queue",
21+
"python-multipart"]

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ azure-storage-blob
44
adlfs
55
fsspec
66
azure-storage-queue
7-
pandas
87
python-multipart
-354 Bytes
Binary file not shown.
-8.56 KB
Binary file not shown.
-1.28 KB
Binary file not shown.
-4.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)