[tool.poetry] name = "holiday-converter" version = "0.1.0" description = "" authors = ["Philipp Glaum "] readme = "README.md" [tool.poetry.dependencies] python = "^3.8" pycountry = "^23.12.11" [tool.poetry.group.dev.dependencies] mypy = "^1.10.0" black = { extras = ["d"], version = "^24.4.2" } [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.mypy] strict = true strict_optional = true [tool.isort] profile = "black"