docker-mcp-server / pyproject.toml
Peter Michael Gits
2nd checkin
795ea6f
raw
history blame contribute delete
427 Bytes
[project]
name = "docker-mcp-server"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13.5"
dependencies = [
"aiohttp>=3.12.13",
"async>=0.6.2",
"fastapi>=0.104.1",
"httpx>=0.25.0",
"pydantic>=2.5.0",
"python-dotenv>=1.0.0",
"python-json-logger>=2.0.7",
"python-multipart>=0.0.6",
"requests>=2.31.0",
"uvicorn[standard]>=0.24.0",
]