2022-05-08 14:02:19 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "divent"
|
2022-10-16 12:28:13 +00:00
|
|
|
version = "2.0.3"
|
2022-05-08 14:02:19 +00:00
|
|
|
description = "The discord scheduled event calendar generator"
|
|
|
|
authors = ["Xéfir Destiny"]
|
|
|
|
license = "WTFPL"
|
|
|
|
readme = "README.md"
|
|
|
|
homepage = "https://divent.crystalyx.net/"
|
|
|
|
repository = "https://git.crystalyx.net/Xefir/Divent"
|
|
|
|
|
|
|
|
[tool.poetry.scripts]
|
|
|
|
divent = 'divent.bot:__main__'
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.8"
|
2022-11-02 10:06:16 +00:00
|
|
|
disnake = "2.7.0"
|
2022-05-08 14:02:19 +00:00
|
|
|
ics = "0.8.0.dev0"
|
|
|
|
python-dotenv = "0.21.0"
|
2022-10-09 00:16:17 +00:00
|
|
|
quart = "0.18.3"
|
2022-09-11 22:05:05 +00:00
|
|
|
requests-oauthlib = "1.3.1"
|
2022-11-23 00:20:30 +00:00
|
|
|
sentry-sdk = "1.11.1"
|
2022-11-21 00:22:02 +00:00
|
|
|
uvicorn = "0.20.0"
|
2022-05-08 14:02:19 +00:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2022-10-07 00:31:32 +00:00
|
|
|
black = "22.10.0"
|
2022-11-09 18:58:53 +00:00
|
|
|
djlint = "1.19.7"
|
2022-09-11 22:05:05 +00:00
|
|
|
flake8 = "5.0.4"
|
2022-10-30 01:01:42 +00:00
|
|
|
flake8-alphabetize = "0.0.18"
|
2022-11-22 00:21:44 +00:00
|
|
|
flake8-black = "0.3.5"
|
2022-11-15 08:48:35 +00:00
|
|
|
mypy = "0.991"
|
2022-05-08 14:02:19 +00:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
|
|
|
|
[tool.djlint]
|
|
|
|
extension = "j2"
|
|
|
|
profile = "jinja"
|