capture_bot_san/pyproject.toml

20 lines
424 B
TOML

[tool.poetry]
name = "capture-bot-san"
version = "0.1.0"
description = "Discord -> Update .md file on dropox"
authors = ["kaz Saita <saita@kinoshita-lab.org>"]
license = "MIT"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.11"
discord = "^2.3.2"
dropbox = "^11.36.2"
pytz = "^2024.1"
pyyaml = "^6.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"