imaginator/pyproject.toml
2024-11-02 14:11:20 +03:00

16 lines
313 B
TOML

[tool.poetry]
name = "post-image-generator"
version = "0.1.0"
description = ""
authors = ["pro100ton <pro100ton@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
pillow = "^10.4.0"
numpy = "^2.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"