We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e788b8f commit d4a8b92Copy full SHA for d4a8b92
pyproject.toml
@@ -4,6 +4,8 @@ version = "0.1.0"
4
description = "MCP Course projects"
5
requires-python = ">=3.11, <3.14"
6
dependencies = [
7
+ # Pin click
8
+ click==8.1.7
9
# From binance-mcp
10
"mcp[cli]==1.9.2",
11
"requests==2.32.3", # Also for llm-tool-use
0 commit comments