Files
growth_report/pyproject.toml
2025-12-11 17:52:39 +08:00

24 lines
507 B
TOML

[project]
name = "growth-report"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"comtypes>=1.4.13",
"langchain>=1.1.3",
"langchain-openai>=1.1.1",
"loguru>=0.7.3",
"openpyxl>=3.1.5",
"pandas>=2.3.3",
"pandas-stubs==2.3.3.251201",
"python-pptx>=1.0.2",
"pywin32>=311",
"rich>=14.2.0",
"tomli>=2.3.0",
]
[[tool.uv.index]]
name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple/"