2022-05-08 14:02:19 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "divent"
|
2022-09-18 21:49:37 +00:00
|
|
|
version = "2.0.2"
|
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-09-30 00:31:09 +00:00
|
|
|
disnake = "2.6.0"
|
2022-05-08 14:02:19 +00:00
|
|
|
ics = "0.8.0.dev0"
|
|
|
|
python-dotenv = "0.21.0"
|
2022-10-04 00:29:59 +00:00
|
|
|
quart = "0.18.1"
|
2022-09-11 22:05:05 +00:00
|
|
|
requests-oauthlib = "1.3.1"
|
2022-10-04 07:38:41 +00:00
|
|
|
sentry-sdk = "1.9.10"
|
2022-09-08 16:53:36 +00:00
|
|
|
uvicorn = "0.18.3"
|
2022-05-08 14:02:19 +00:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
black = "22.8.0"
|
2022-09-27 00:29:37 +00:00
|
|
|
djlint = "1.18.0"
|
2022-09-11 22:05:05 +00:00
|
|
|
flake8 = "5.0.4"
|
2022-05-08 14:02:19 +00:00
|
|
|
flake8-alphabetize = "0.0.17"
|
|
|
|
flake8-black = "0.3.3"
|
2022-09-28 00:27:50 +00:00
|
|
|
mypy = "0.981"
|
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"
|