Skip to content

Commit 7a18c39

Browse files
committed
fix: dependencies
1 parent 4e183f8 commit 7a18c39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ dependencies = [
2121
"opentelemetry-exporter-otlp>=1.35.0",
2222
"opentelemetry-instrumentation-logging>=0.56b0",
2323
"wrapt>=1.17.2", # For patching built-in functions
24+
"typer>=0.16.0", # For command-line implementation
2425
]
2526

2627
[project.scripts]
@@ -41,8 +42,6 @@ eval = [
4142
]
4243
cli = [
4344
"volcengine-python-sdk==4.0.3", # For Volcengine API
44-
"typer>=0.16.0", # For command-line implementation
45-
"streamlit==1.46.1", # For running VeADK studio app
4645
"agent-pilot-sdk>=0.0.9", # Prompt optimization by Volcengine AgentPilot/PromptPilot toolkits
4746
"fastmcp>=2.11.3", # For running MCP
4847
]

0 commit comments

Comments
 (0)