2022-05-08 14:02:19 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "divent"
|
2023-01-16 16:21:09 +00:00
|
|
|
version = "3.1.0"
|
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]
|
2023-02-28 11:00:32 +00:00
|
|
|
python = "^3.8.1"
|
2023-02-28 10:52:42 +00:00
|
|
|
disnake = "^2.8.0"
|
2022-05-08 14:02:19 +00:00
|
|
|
ics = "0.8.0.dev0"
|
2023-02-25 00:21:18 +00:00
|
|
|
python-dotenv = "^1.0.0"
|
2023-01-16 16:21:09 +00:00
|
|
|
quart = "^0.18.3"
|
|
|
|
requests-oauthlib = "^1.3.1"
|
2023-02-28 10:52:42 +00:00
|
|
|
sentry-sdk = "^1.16.0"
|
2023-01-16 16:21:09 +00:00
|
|
|
uvicorn = "^0.20.0"
|
2022-05-08 14:02:19 +00:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
2023-02-28 10:52:42 +00:00
|
|
|
black = "^23.1.0"
|
|
|
|
djlint = "^1.19.16"
|
2023-01-16 16:21:09 +00:00
|
|
|
flake8 = "^6.0.0"
|
|
|
|
flake8-alphabetize = "^0.0.19"
|
|
|
|
flake8-black = "^0.3.6"
|
2023-02-28 10:52:42 +00:00
|
|
|
mypy = "^1.0.1"
|
|
|
|
types-oauthlib = "^3.2.0.5"
|
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"
|