-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
25 lines (22 loc) · 800 Bytes
/
pyproject.toml
File metadata and controls
25 lines (22 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[project]
name = "minimal_agent"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
{name = "luyanfcp", email = "luyanfcp@foxmail.com"},
]
dependencies = ["pydantic>=2.11.0", "requests>=2.32.3", "openai>=1.70.0", "rich>=14.0.0", "opentelemetry-api>=1.31.1", "opentelemetry-sdk>=1.31.1", "opentelemetry-exporter-otlp>=1.31.1", "dashscope>=1.23.0", "bs4>=0.0.2", "markdownify>=1.1.0", "pre-commit>=4.2.0", "detect-secrets>=1.5.0", "RestrictedPython>=8.0", "pandas>=2.2.3", "matplotlib>=3.10.1"]
requires-python = "==3.13.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false
[dependency-groups]
dev = [
"pyright>=1.1.398",
"ruff>=0.11.2",
"black>=25.1.0",
"pytest>=8.3.5",
"pytest-mock>=3.14.0",
"ipython>=9.1.0",
]