2023-10-14 11:52:04 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "discoursio-inbox"
|
2024-02-17 10:56:06 +00:00
|
|
|
version = "0.3.0"
|
2023-10-14 11:52:04 +00:00
|
|
|
description = "Inbox server for discours.io"
|
|
|
|
authors = ["Tony Rewin <anton.rewin@gmail.com>"]
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2023-10-14 12:09:40 +00:00
|
|
|
python = "^3.12"
|
2023-12-17 17:13:17 +00:00
|
|
|
sentry-sdk = "^1.39.1"
|
2023-10-14 12:59:43 +00:00
|
|
|
redis = { extras = ["hiredis"], version = "^5.0.1" }
|
2023-11-22 12:09:24 +00:00
|
|
|
ariadne = "^0.21"
|
2024-02-17 08:52:26 +00:00
|
|
|
starlette = "^0.36.1"
|
2023-10-14 12:09:40 +00:00
|
|
|
itsdangerous = "^2.1.2"
|
2023-11-30 06:49:23 +00:00
|
|
|
aiohttp = "^3.9.1"
|
2023-12-19 15:31:31 +00:00
|
|
|
requests = "^2.31.0"
|
2024-01-24 22:09:11 +00:00
|
|
|
granian = "^1.0.1"
|
2024-01-25 08:28:06 +00:00
|
|
|
pre-commit = "^3.6.0"
|
2023-10-14 11:52:04 +00:00
|
|
|
|
2023-12-02 10:59:25 +00:00
|
|
|
[tool.poetry.group.dev.dependencies]
|
2024-02-17 10:56:06 +00:00
|
|
|
ruff = "^0.2.1"
|
2023-12-02 10:59:25 +00:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|