Divent/pyproject.toml
Michel Roux 8302d087bc
All checks were successful
continuous-integration/drone/push Build is passing
Fix crash build
2022-09-02 10:21:56 +00:00

37 lines
661 B
TOML

[tool.poetry]
name = "divent"
version = "0.1.0"
description = ""
authors = ["Xéfir Destiny"]
license = "WTFPL"
[tool.poetry.scripts]
divent = 'divent.bot:__main__'
[tool.poetry.dependencies]
python = "^3.8"
disnake = "2.5.2"
ics = "0.7.2"
python-dotenv = "0.20.0"
quart = "0.18.0"
requests = "2.28.1"
requests-oauthlib = "1.3.1"
sentry-sdk = "1.9.7"
[tool.poetry.dev-dependencies]
flake8 = "5.0.4"
black = "22.8.0"
mypy = "0.971"
flake8-alphabetize = "0.0.17"
flake8-black = "0.3.3"
djlint = "1.12.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.djlint]
extension = "j2"
profile = "jinja"
ignore="H022"