13 أسطر
263 B
TOML
13 أسطر
263 B
TOML
[project]
|
|
name = "documentation"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"httpx>=0.28.1",
|
|
"mcp[cli]>=1.14.1",
|
|
"beautifulsoup4>=4.12.0",
|
|
"python-dotenv>=1.0.1",
|
|
]
|