this file have the librarys and these versions

هذا الالتزام موجود في:
2025-09-30 01:15:45 +03:00
الأصل 29f97388a3
التزام 664198a89f

12
pyproject.toml Normal file
عرض الملف

@@ -0,0 +1,12 @@
[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",
]