sprint-econtai/pyproject.toml
2025-07-03 17:32:41 +02:00

31 lines
535 B
TOML

[project]
name = "sprint-econtai"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"matplotlib>=3.10.3",
"openpyxl>=3.1.5",
"pandas>=2.2.3",
"platformdirs>=4.3.8",
"pydantic>=2.11.7",
"python-dotenv>=1.1.1",
"requests>=2.32.4",
"seaborn>=0.13.2",
]
[tool.pytest.ini_options]
pythonpath = "src"
addopts = "-v"
asyncio_mode = "auto"
[tool.black]
line-length = 100
[tool.isort]
profile = "black"
[dependency-groups]
dev = []