Files
text-rendering-engine/pyproject.toml
2026-02-21 10:59:32 +03:30

14 lines
328 B
TOML

[project]
name = "text-rendering-engine"
version = "0.1.0"
description = "Photoshop-like text rendering engine built with Python + Pillow"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"arabic-reshaper>=3.0.0",
"numpy>=2.4.2",
"pillow>=12.1.1",
"pydantic>=2.12.5",
"python-bidi>=0.6.7",
]