Files
custom-tkinter/pyproject.toml
T
2024-05-16 22:13:17 +07:00

17 lines
317 B
TOML

[tool.poetry]
name = "custom-tkinter"
version = "0.1.0"
description = ""
authors = ["Dmitrium12 <belicdima8@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
customtkinter = "^5.2.2"
pillow = "^10.3.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"