[tool.poetry] name = "arcade_example_flask" version = "0.1.0" description = "Flask example app with Arcade" authors = ["Nate "] [tool.poetry.dependencies] python = "^3.10" flask = "^3.0.3" arcade-ai = {path = "../../arcade", develop = true} arcade-arithmetic = {path = "../../toolkits/math", develop = true} [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"