fix:实现基础功能
This commit is contained in:
22
pyproject.toml
Normal file
22
pyproject.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[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",
|
||||
"rich>=14.2.0",
|
||||
"tomli>=2.3.0",
|
||||
]
|
||||
|
||||
[[tool.uv.index]]
|
||||
name = "aliyun"
|
||||
url = "https://mirrors.aliyun.com/pypi/simple/"
|
||||
Reference in New Issue
Block a user