[tool.poetry] name = "lab_tic_tac_toe" version = "0.1.0" description = "" authors = ["Chris Proctor "] license = "MIT" [tool.poetry.dependencies] python = "^3.11" click = "^8.1.3" [tool.poetry.dev-dependencies] [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"