capture_bot_san/pyproject.toml

25 lines
516 B
TOML
Raw Normal View History

2024-03-11 18:48:16 +09:00
[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
packages = [
{ include = "capture_bot_san" }
]
2024-03-11 18:48:16 +09:00
[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"
2024-03-12 20:15:36 +09:00
tzlocal = "^5.2"
2024-03-11 18:48:16 +09:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"