Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
deanm0000 committed Mar 4, 2024
1 parent 2ff7517 commit 8c99637
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,21 @@ build-backend = "setuptools.build_meta"

[project]
name = "dean_utils"
version="0.0.12"
version="0.0.13"
authors=[
{ name="Dean MacGregor", email="[email protected]"}
]
description="various utils, functions, patches that I like"
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
dependencies=[
"polars",
"pyarrow",
"azure-storage-blob",
"adlfs",
"fsspec",
"azure-storage-queue",
"python-multipart"]
"python-multipart",
"azure-cosmos"

]

0 comments on commit 8c99637

Please sign in to comment.