38 lines
802 B
TOML
38 lines
802 B
TOML
[tool.poetry]
|
|
name = "divent"
|
|
version = "4.1.4"
|
|
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.8,<4.0"
|
|
disnake = "^2.9.2"
|
|
ics = "0.8.0.dev0"
|
|
python-dotenv = "^1.0.1"
|
|
quart = "^0.19.6"
|
|
requests-oauthlib = "^2.0.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
djlint = "^1.34.1"
|
|
mypy = "^1.10.0"
|
|
ruff = "^0.4.7"
|
|
types-oauthlib = "^3.2.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.ruff.lint]
|
|
select = ["E", "F", "I"]
|
|
|
|
[tool.djlint]
|
|
extension = "j2"
|
|
profile = "jinja"
|