Files
officeconvert/python/packages/server/pyproject.toml
T
end 15d2997f65
Docker server image / build-and-push (push) Successful in 2m47s
switch conversion_id to use KSUIDs
2026-03-29 18:04:40 -07:00

21 lines
481 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.6.0",
"minio>=7.2.18",
"officeconvert",
"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"]