30 lines
647 B
TOML
30 lines
647 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",
|
|
"nicegui>=3.4.0",
|
|
"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",
|
|
"pywebview>=6.1",
|
|
"pywin32>=311",
|
|
"rich>=14.2.0",
|
|
"screeninfo>=0.8.1",
|
|
"tomli>=2.3.0",
|
|
"tomli-w>=1.2.0",
|
|
]
|
|
|
|
[[tool.uv.index]]
|
|
name = "aliyun"
|
|
url = "https://mirrors.aliyun.com/pypi/simple/"
|