-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (34 loc) · 804 Bytes
/
Copy pathpyproject.toml
File metadata and controls
39 lines (34 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[project]
name = "model-context-protocol"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"beautifulsoup4>=4.13.4",
"gradio>=5.23.3",
"html2text>=2025.4.15",
"httpx>=0.28.1",
"langchain-ollama>=0.3.2",
"mcp-use>=1.2.7",
"mcp[cli]>=1.6.0",
"multidict!=6.3.1",
"ollama>=0.4.7",
"praisonaiagents[llm]>=0.0.72",
"requests>=2.32.3",
"streamlit>=1.44.1",
"youtube-transcript-api>=1.1.0",
]
[project.optional-dependencies]
dev = [
"pytest>=8.3.5",
"pytest-asyncio>=0.26.0",
]
[tool.pytest.ini_options]
asyncio_mode = "strict"
asyncio_default_fixture_loop_scope = "function"
asyncio_default_test_loop_scope = "function"
[dependency-groups]
dev = [
"ruff>=0.11.2",
]