Divent/pyproject.toml

39 lines
817 B
TOML
Raw Normal View History

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-09 00:16:17 +00:00
quart = "0.18.3"
2022-09-11 22:05:05 +00:00
requests-oauthlib = "1.3.1"
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]
2022-10-07 00:31:32 +00:00
black = "22.10.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-10-04 07:56:52 +00:00
mypy = "0.982"
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"