-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
101 lines (101 loc) · 2.52 KB
/
Copy pathpyproject.toml
File metadata and controls
101 lines (101 loc) · 2.52 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[project]
name = "finance-mcp"
version = "0.1.0"
description = "Model Context Protocol (MCP) server and client for retrieving annual reports of publicly listed companies across global stock exchanges."
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiofile==3.11.1",
"annotated-types==0.7.0",
"anyio==4.13.0",
"attrs==26.1.0",
"authlib==1.7.2",
"backports-tarfile==1.2.0",
"beartype==0.22.9",
"brotli==1.2.0",
"bs4>=0.0.2",
"cachetools==7.1.4",
"caio==0.9.25",
"certifi==2026.5.20",
"cffi==2.0.0",
"click==8.4.1",
"colorama==0.4.6",
"cryptography==48.0.0",
"cyclopts==4.15.0",
"ddgs==9.14.4",
"deprecated==1.3.1",
"dnspython==2.8.0",
"docstring-parser==0.18.0",
"email-validator==2.3.0",
"exceptiongroup==1.3.1",
"fake-useragent==2.2.0",
"fastmcp==3.3.1",
"fastmcp-slim==3.3.1",
"greenlet==3.5.1",
"griffelib==2.0.2",
"h11==0.16.0",
"h2==4.3.0",
"hpack==4.1.0",
"httpcore==1.0.9",
"httpx==0.28.1",
"httpx-sse==0.4.3",
"hyperframe==6.1.0",
"idna==3.16",
"importlib-metadata==9.0.0",
"jaraco-classes==3.4.0",
"jaraco-context==6.1.2",
"jaraco-functools==4.5.0",
"joserfc==1.6.7",
"jsonref==1.1.0",
"jsonschema==4.26.0",
"jsonschema-path==0.5.0",
"jsonschema-specifications==2025.9.1",
"keyring==25.7.0",
"lxml==6.1.1",
"markdown-it-py==4.2.0",
"mcp==1.27.1",
"mdurl==0.1.2",
"more-itertools==11.1.0",
"mss==10.2.0",
"nodriver==0.50.3",
"numpy==2.4.6",
"openapi-pydantic==0.5.1",
"opencv-python==4.13.0.92",
"opentelemetry-api==1.42.1",
"packaging==26.2",
"pathable==0.6.0",
"platformdirs==4.9.6",
"primp==1.3.0",
"py-key-value-aio==0.4.4",
"pycparser==3.0",
"pydantic==2.13.4",
"pydantic-core==2.46.4",
"pydantic-settings==2.14.1",
"pyee==13.0.1",
"pygments==2.20.0",
"pyjwt==2.13.0",
"pyperclip==1.11.0",
"python-dotenv==1.2.2",
"python-multipart==0.0.29",
"pywin32-ctypes==0.2.3",
"pyyaml==6.0.3",
"referencing==0.37.0",
"requests>=2.34.2",
"rich==15.0.0",
"rich-rst==2.0.1",
"rpds-py==0.30.0",
"socksio==1.0.0",
"sse-starlette==3.4.4",
"starlette==1.0.1",
"streamlit>=1.58.0",
"structlog>=25.5.0",
"tenacity>=9.1.4",
"typing-extensions==4.15.0",
"typing-inspection==0.4.2",
"uncalled-for==0.3.2",
"uvicorn==0.47.0",
"watchfiles==1.2.0",
"websockets==16.0",
"wrapt==2.2.1",
"zipp==4.1.0",
]