Skip to content

Commit 386ad6c

Browse files
committed
fix: packaging issues
1 parent 2063b3a commit 386ad6c

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

pyproject.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mcphawk"
7-
version = "0.4.0"
7+
version = "0.4.1"
88
description = "A passive MCP (Model Context Protocol) traffic sniffer for WebSocket-based MCP servers."
99
authors = [
10-
{ name = "Your Name", email = "[email protected]" }
10+
{ name = "tech4242" }
1111
]
1212
readme = "README.md"
1313
license = { file = "LICENSE" }
@@ -17,8 +17,9 @@ dependencies = [
1717
"psutil>=6.0.0",
1818
"typer>=0.12.0",
1919
"fastapi>=0.116.1",
20-
"uvicorn>=0.35.0",
21-
"mcp>=1.0.0"
20+
"uvicorn[standard]>=0.35.0",
21+
"mcp>=1.0.0",
22+
"websockets>=12.0"
2223
]
2324

2425
[project.urls]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ fastapi==0.116.1
33
scapy==2.5.0
44
psutil==6.0.0
55
typer>=0.12.0
6-
uvicorn==0.35.0
7-
wsproto==1.2.0
6+
uvicorn[standard]>=0.35.0
7+
websockets>=12.0
88
mcp>=1.0.0

0 commit comments

Comments
 (0)