[tool.poetry] name = "rafael" version = "0.1.0" description = "Personal Assistant bot" authors = ["James Ravenscroft "] packages = [ { include = "rafael", from="src" }, ] [tool.poetry.dependencies] python = "^3.10" Flask = "^2.1.1" requests = "^2.27.1" dokuwiki = "^1.3.2" python-telegram-bot = "^13.11" todoist-api-python = "^1.1.1" python-dotenv = "^0.20.0" bs4 = "^0.0.1" [tool.poetry.dev-dependencies] [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"