Skip to content

Commit beb5c0f

Browse files
chore: add msgtrace dependency group
Add msgtrace development dependency group with: - FastAPI and uvicorn for backend server - Pydantic for data validation - WebSockets for real-time communication - aiohttp and httpx for async HTTP clients - python-multipart for form data handling This group supports local development and testing of the msgtrace observability service integration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent f1baec1 commit beb5c0f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,15 @@ doc = [
6060
"mkdocstrings-python>=1.18.2",
6161
"pymdown-extensions>=10.16.1",
6262
]
63+
msgtrace = [
64+
"fastapi>=0.109.0",
65+
"uvicorn[standard]>=0.27.0",
66+
"pydantic>=2.0.0",
67+
"websockets>=12.0",
68+
"aiohttp>=3.9.0",
69+
"python-multipart>=0.0.6",
70+
"httpx>=0.28.1",
71+
]
6372

6473
[project.urls]
6574
Homepage = "https://github.com/msgflux/msgflux"

0 commit comments

Comments
 (0)