[tool.poetry] name = "python-study-project" version = "0.1.0" description = "A project to practice and improve my Python programming skills." authors = ["Factorino73 "] readme = "README.md" [tool.poetry.dependencies] python = "^3.13" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"