init: вроде всё работает

This commit is contained in:
2026-07-17 13:14:12 +03:00
commit 60930a974e
7 changed files with 462 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[tool.poetry]
name = "2026-image-halftone-effect"
version = "0.1.0"
description = ""
authors = ["erjemin <erjemin@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.14"
pillow = "^12.3.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"