Divent/pyproject.toml

39 lines
815 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"
disnake = "2.5.2"
ics = "0.8.0.dev0"
python-dotenv = "0.21.0"
quart = "0.18.0"
2022-09-11 22:05:05 +00:00
requests-oauthlib = "1.3.1"
2022-05-08 14:02:19 +00:00
sentry-sdk = "1.9.8"
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-23 00:34:35 +00:00
djlint = "1.17.2"
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-11 22:05:05 +00:00
mypy = "0.971"
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"