25 lines
557 B
TOML
25 lines
557 B
TOML
[tool.poetry]
|
|
name = "discoursio-inbox"
|
|
version = "0.3.0"
|
|
description = "Inbox server for discours.io"
|
|
authors = ["Tony Rewin <anton.rewin@gmail.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
sentry-sdk = "^1.39.1"
|
|
redis = { extras = ["hiredis"], version = "^5.0.1" }
|
|
ariadne = "^0.21"
|
|
starlette = "^0.36.1"
|
|
itsdangerous = "^2.1.2"
|
|
aiohttp = "^3.9.1"
|
|
requests = "^2.31.0"
|
|
granian = "^1.0.1"
|
|
pre-commit = "^3.6.0"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
ruff = "^0.2.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|