pyWebLayout/pyproject.toml
Duncan Tourolle b57cc9f7ea
Some checks failed
Python CI / test (push) Failing after 34s
Added other dependency
2025-06-07 15:23:46 +02:00

21 lines
452 B
TOML

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "pyWebLayout"
description = "A Python library for HTML-like layout and rendering"
readme = "README.md"
requires-python = ">=3.6"
license = {file = "LICENSE"}
authors = [
{name = "Duncan Tourolle", email = "duncan@tourolle.paris"}
]
dynamic = ["version"]
dependencies = [
"Pillow",
"numpy",
"pyphen",
"beautifulsoup4",
]