Divent/pyproject.toml

38 lines
802 B
TOML
Raw Normal View History

2022-05-08 14:02:19 +00:00
[tool.poetry]
name = "divent"
2024-05-20 15:46:41 +00:00
version = "4.1.4"
2022-05-08 14:02:19 +00:00
description = "The discord scheduled event calendar generator"
authors = ["Xéfir Destiny <xefir@crystalyx.net>"]
2022-05-08 14:02:19 +00:00
license = "WTFPL"
readme = "README.md"
homepage = "https://divent.crystalyx.net/"
repository = "https://git.crystalyx.net/Xefir/Divent"
[tool.poetry.scripts]
2024-01-24 11:25:33 +00:00
divent = 'divent.bot:run'
2022-05-08 14:02:19 +00:00
[tool.poetry.dependencies]
python = ">=3.8,<4.0"
2024-05-20 15:44:59 +00:00
disnake = "^2.9.2"
2022-05-08 14:02:19 +00:00
ics = "0.8.0.dev0"
2024-01-24 10:10:39 +00:00
python-dotenv = "^1.0.1"
2024-05-20 15:44:59 +00:00
quart = "^0.19.6"
requests-oauthlib = "^2.0.0"
2022-05-08 14:02:19 +00:00
[tool.poetry.dev-dependencies]
2024-01-24 10:10:39 +00:00
djlint = "^1.34.1"
2024-05-20 15:44:59 +00:00
mypy = "^1.10.0"
ruff = "^0.4.7"
2024-01-24 10:10:39 +00:00
types-oauthlib = "^3.2.0"
2022-05-08 14:02:19 +00:00
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.ruff.lint]
select = ["E", "F", "I"]
2022-05-08 14:02:19 +00:00
[tool.djlint]
extension = "j2"
profile = "jinja"