Divent/pyproject.toml

36 lines
611 B
TOML
Raw Normal View History

2022-05-08 14:02:19 +00:00
[tool.poetry]
name = "divent"
version = "0.1.0"
description = ""
authors = ["Xéfir Destiny"]
license = "WTFPL"
[tool.poetry.dependencies]
python = "^3.8"
2022-05-11 00:17:11 +00:00
disnake = "2.5.1"
2022-05-08 14:02:19 +00:00
ics = "0.7"
python-dotenv = "0.20.0"
quart = "0.17.0"
2022-06-30 00:25:42 +00:00
requests = "2.28.1"
requests-oauthlib = "1.3.1"
2022-05-08 14:02:19 +00:00
[tool.poetry.dev-dependencies]
flake8 = "4.0.1"
2022-06-29 00:24:34 +00:00
black = "22.6.0"
2022-05-08 14:02:19 +00:00
isort = "5.10.1"
2022-06-07 00:25:34 +00:00
mypy = "0.961"
flake8-black = "0.3.3"
2022-05-08 14:02:19 +00:00
flake8-isort = "4.1.1"
2022-06-23 00:35:50 +00:00
djlint = "1.2.1"
2022-05-08 14:02:19 +00:00
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.isort]
profile = "black"
2022-05-30 15:31:33 +00:00
[tool.djlint]
extension = "j2"
profile = "jinja"