Skip to content

Commit b7919ab

Browse files
committed
chore: Add holidays optional dependency
1 parent cd279f2 commit b7919ab

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ attrs = ">=17.4"
3232
# Backports
3333
"backports.zoneinfo" = { version="^0.2.1", python="<3.9" }
3434

35+
[tool.poetry.extras]
36+
# Holidays can be installed to enable holiday-adjustments
37+
# in minimum due-date validation.
38+
holidays = ['holidays']
39+
3540
[tool.poetry.dev-dependencies]
3641
check-manifest = "*"
3742
hypothesis = "*"
@@ -45,6 +50,7 @@ coverage = [
4550
{ extras = ["toml"], version = "^6", python = "3.10" },
4651
{ version = "^5 || ^6", python = ">=3.6!=3.10" },
4752
]
53+
holidays = "^0.13"
4854

4955
[build-system]
5056
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)