[tool.poetry] name = "capture-bot-san" version = "0.1.0" description = "Discord -> Update .md file on dropox" authors = ["kaz Saita "] license = "MIT" readme = "README.md" package-mode = false packages = [ { include = "capture_bot_san" } ] [tool.poetry.dependencies] python = "^3.11" discord = "^2.3.2" dropbox = "^11.36.2" pytz = "^2024.1" pyyaml = "^6.0.1" python-dotenv = "^1.0.1" tzlocal = "^5.2" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"