17 lines
317 B
TOML
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"
|