Skip to content

Commit

Permalink
Merge branch 'main' into loosen-box-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dannymeijer authored Sep 4, 2024
2 parents aa205ac + d993ca9 commit f938680
Show file tree
Hide file tree
Showing 14 changed files with 911 additions and 2 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ authors = [
# TODO: add other contributors
{ name = "Danny Meijer", email = "[email protected]" },
{ name = "Mikita Sakalouski", email = "[email protected]" },
{ name = "Maxim Mityutko", email = "[email protected]" },
]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down Expand Up @@ -63,6 +64,11 @@ se = ["spark-expectations>=2.1.0"]
sftp = ["paramiko>=2.6.0"]
delta = ["delta-spark>=2.2"]
excel = ["openpyxl>=3.0.0"]
# Tableau dependencies
tableau = [
"tableauhyperapi>=0.0.19484",
"tableauserverclient>=0.25",
]
dev = ["black", "isort", "ruff", "mypy", "pylint", "colorama", "types-PyYAML"]
test = [
"chispa",
Expand Down Expand Up @@ -180,6 +186,7 @@ features = [
"excel",
"se",
"box",
"tableau",
"dev",
]

Expand Down Expand Up @@ -244,6 +251,7 @@ features = [
"sftp",
"delta",
"excel",
"tableau",
"dev",
"test",
]
Expand Down Expand Up @@ -399,6 +407,7 @@ features = [
"sftp",
"delta",
"excel",
"tableau",
"dev",
"test",
"docs",
Expand Down
Empty file.
Loading

0 comments on commit f938680

Please sign in to comment.