mirror of
https://github.com/mattintech/pyBTMCP.git
synced 2026-07-11 12:01:53 +00:00
17 lines
217 B
Plaintext
17 lines
217 B
Plaintext
|
|
# FastAPI and web server
|
||
|
|
fastapi>=0.109.0
|
||
|
|
uvicorn[standard]>=0.27.0
|
||
|
|
|
||
|
|
# MQTT client
|
||
|
|
aiomqtt>=2.0.0
|
||
|
|
|
||
|
|
# MCP server
|
||
|
|
mcp>=1.0.0
|
||
|
|
|
||
|
|
# Data validation
|
||
|
|
pydantic>=2.5.0
|
||
|
|
pydantic-settings>=2.1.0
|
||
|
|
|
||
|
|
# Utilities
|
||
|
|
python-dotenv>=1.0.0
|