18 lines
332 B
TOML
18 lines
332 B
TOML
[project]
|
|
name = "py-watermark"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [
|
|
{name = "bvn13",email = "from.github@bvn13.me"}
|
|
]
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"pillow (>=11.1.0,<12.0.0)"
|
|
]
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|