Skip to content

Commit 4f478d8

Browse files
committed
Updates requirements.txt
1 parent 7d0a762 commit 4f478d8

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

plugin.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@
2525
"Linux": "Install via Binary Ninja plugin manager or copy to ~/.binaryninja/plugins/",
2626
"Windows": "Install via Binary Ninja plugin manager or copy to %APPDATA%\\Binary Ninja\\plugins\\"
2727
},
28-
"version": "2.3.0",
28+
"version": "2.4.0",
2929
"minimumbinaryninjaversion": 5000,
3030
"dependencies": {
3131
"pip": [
3232
"anyio>=4.6.0",
3333
"hypercorn>=0.17.0",
3434
"mcp>=1.23.3",
35-
"click>=8.0.0",
3635
"pydantic>=2.0.0",
3736
"pydantic-settings>=2.0.0"
3837
]

requirements.txt

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
1-
# Core MCP framework
21
mcp==1.23.3
3-
4-
# Async/ASGI server support
52
anyio>=4.0.0
63
hypercorn>=0.16.0
7-
8-
# Configuration management
94
pydantic>=2.0.0
105
pydantic-settings>=2.0.0
11-
12-
# CLI interface
13-
click>=8.0.0
14-
15-
# Binary Ninja API (optional - only needed if Binary Ninja is installed)
16-
# binaryninja
17-
18-
# Development dependencies (optional)
19-
# pytest>=7.0.0
20-
# pytest-cov>=4.0.0
21-
# pytest-asyncio>=0.21.0
22-
# ruff>=0.1.0
23-
# mypy>=1.5.0
24-
# pre-commit>=3.0.0

0 commit comments

Comments
 (0)