From 664198a89f8f8cb43fd20f1071eb8bc8f041cde4 Mon Sep 17 00:00:00 2001 From: MohamedAlawakey Date: Tue, 30 Sep 2025 01:15:45 +0300 Subject: [PATCH] this file have the librarys and these versions --- pyproject.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..54de8fb --- /dev/null +++ b/pyproject.toml @@ -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", +]