Divent/pyproject.toml
Michel Roux 8257290a6f
All checks were successful
divent / lint (push) Successful in 4m57s
divent / docker (push) Successful in 1m56s
divent / pypi (push) Has been skipped
Actualiser pyproject.toml
2024-10-09 23:48:52 +00:00

39 lines
826 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.13,<4.0"
disnake = "^2.9.2"
audioop-lts = "^0.2.1"
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.35.2"
mypy = "^1.11.2"
ruff = "^0.6.5"
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"