FeiertageInJSON/pyproject.toml

27 lines
493 B
TOML
Raw Permalink Normal View History

2024-05-03 14:16:58 +02:00
[tool.poetry]
name = "holiday-converter"
version = "0.1.0"
description = ""
authors = ["Philipp Glaum <philipp.glaum@sinetcon.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
2024-05-03 14:24:06 +02:00
pycountry = "^23.12.11"
2024-05-03 14:16:58 +02:00
[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"