Files
officeconvert/python/packages/server/pyproject.toml
T
end 1756a4a0f8
Docker server image / build-and-push (push) Successful in 1m9s
fix protobuf version mismatch
2026-06-17 11:41:58 -07:00

22 lines
504 B
TOML

[project]
name = "officeconvert-server"
version = "0.1.0"
description = "ConnectRPC server orchestrating file conversions with S3-compatible storage."
readme = "../../../README.md"
requires-python = ">=3.12"
dependencies = [
"connectrpc>=0.10.0",
"minio>=7.2.18",
"officeconvert",
"protobuf>=7.35.0",
"svix-ksuid>=0.7.0",
"uvicorn>=0.35.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/officeconvert_server"]