Files
growth_report/pyproject.toml

26 lines
556 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",
"pillow>=12.0.0",
"pyinstaller>=6.17.0",
"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/"