Divent/pyproject.toml

43 lines
921 B
TOML
Raw Permalink Normal View History

2022-05-08 14:02:19 +00:00
[tool.poetry]
name = "divent"
2024-03-11 12:44:25 +00:00
version = "4.1.3"
2022-05-08 14:02:19 +00:00
description = "The discord scheduled event calendar generator"
authors = ["Xéfir Destiny <xefir@crystalyx.net>"]
2022-05-08 14:02:19 +00:00
license = "WTFPL"
readme = "README.md"
homepage = "https://divent.crystalyx.net/"
repository = "https://git.crystalyx.net/Xefir/Divent"
[tool.poetry.scripts]
2024-01-24 11:25:33 +00:00
divent = 'divent.bot:run'
2022-05-08 14:02:19 +00:00
[tool.poetry.dependencies]
2024-01-26 11:19:56 +00:00
python = ">=3.8.1,<4.0.0"
2023-11-06 18:43:02 +00:00
disnake = "^2.9.1"
2022-05-08 14:02:19 +00:00
ics = "0.8.0.dev0"
2024-01-24 10:10:39 +00:00
python-dotenv = "^1.0.1"
quart = "^0.19.4"
requests-oauthlib = "^2.0.0"
uvicorn = "^0.29.0"
2022-05-08 14:02:19 +00:00
[tool.poetry.dev-dependencies]
2024-03-01 21:02:58 +00:00
black = "^24.2.0"
2024-01-24 10:10:39 +00:00
djlint = "^1.34.1"
2024-01-05 06:42:29 +00:00
flake8 = "^7.0.0"
flake8-alphabetize = "^0.0.21"
2023-01-16 16:21:09 +00:00
flake8-black = "^0.3.6"
2023-10-02 08:41:54 +00:00
flake8-pyproject = "^1.2.3"
2024-01-24 10:10:39 +00:00
mypy = "^1.8.0"
types-oauthlib = "^3.2.0"
2022-05-08 14:02:19 +00:00
2023-10-02 08:41:54 +00:00
[tool.flake8]
max-line-length = 88
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"