36 lines
641 B
TOML
36 lines
641 B
TOML
[project]
|
|
name = "sprint-econtai"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"litellm>=1.73.6",
|
|
"matplotlib>=3.10.3",
|
|
"openpyxl>=3.1.5",
|
|
"pandas>=2.2.3",
|
|
"platformdirs>=4.3.8",
|
|
"pyarrow>=20.0.0",
|
|
"pydantic>=2.11.7",
|
|
"pytest>=8.4.1",
|
|
"python-dotenv>=1.1.1",
|
|
"requests>=2.32.4",
|
|
"rich>=14.0.0",
|
|
"scipy>=1.16.0",
|
|
"seaborn>=0.13.2",
|
|
]
|
|
|
|
|
|
[tool.pytest.ini_options]
|
|
pythonpath = "."
|
|
addopts = "-v"
|
|
asyncio_mode = "auto"
|
|
|
|
[tool.black]
|
|
line-length = 100
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
|
|
[dependency-groups]
|
|
dev = []
|