[tool.poetry] name = "fa-python" version = "0.0.0" description = "Практические задания по Python для fa.ru" authors = ["SantaSpeen "] license = "CNRI OPEN SOURCE GPL-COMPATIBLE LICENSE" readme = "README.md" repository = "https://git.anidev.ru/SantaSpeen/_fa-python" [tool.poetry.dependencies] python = "^3.12" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"