Divent/pyproject.toml

40 lines
847 B
TOML
Raw Normal View History

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]
2022-11-24 13:23:15 +00:00
python = "^3.8.1"
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"
sentry-sdk = "1.13.0"
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-12-10 00:11:36 +00:00
black = "22.12.0"
2023-01-05 00:22:39 +00:00
djlint = "1.19.11"
2022-11-25 08:57:09 +00:00
flake8 = "6.0.0"
flake8-alphabetize = "0.0.19"
flake8-black = "0.3.6"
2022-11-15 08:48:35 +00:00
mypy = "0.991"
types-oauthlib = "3.2.0.1"
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"