all added
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user