[tool.poetry]
name = "divent"
version = "5.1.1"
description = "The discord scheduled event calendar generator"
authors = ["XĂ©fir Destiny <xefir@crystalyx.net>"]
license = "WTFPL"
readme = "README.md"
homepage = "https://divent.crystalyx.net/"
repository = "https://git.crystalyx.net/Xefir/Divent"

[tool.poetry.scripts]
divent = 'divent.bot:run'

[tool.poetry.dependencies]
python = ">=3.13.2,<4.0"
disnake = "^2.10.1"
ics = "0.8.0.dev0"
python-dotenv = "^1.0.1"
quart = "^0.20.0"
requests-oauthlib = "^2.0.0"

[tool.poetry.dev-dependencies]
djlint = "^1.36.4"
mypy = "^1.15.0"
ruff = "^0.9.4"
types-oauthlib = "^3.2.0"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.ruff.lint]
select = ["E", "F", "I", "UP"]

[tool.djlint]
extension = "j2"
profile = "jinja"