2023-10-14 11:52:04 +00:00
|
|
|
[tool.poetry]
|
|
|
|
name = "discoursio-inbox"
|
2024-04-18 10:47:01 +00:00
|
|
|
version = "0.3.2"
|
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"
|
2024-04-08 06:30:57 +00:00
|
|
|
sentry-sdk = "^1.44.1"
|
|
|
|
redis = "^5.0.3"
|
|
|
|
ariadne = "^0.23.0"
|
|
|
|
starlette = "^0.37.2"
|
2023-10-14 12:09:40 +00:00
|
|
|
itsdangerous = "^2.1.2"
|
2024-04-08 06:30:57 +00:00
|
|
|
aiohttp = "^3.9.3"
|
2023-12-19 15:31:31 +00:00
|
|
|
requests = "^2.31.0"
|
2024-04-08 06:30:57 +00:00
|
|
|
granian = "^1.2.1"
|
2023-10-14 11:52:04 +00:00
|
|
|
|
2023-12-02 10:59:25 +00:00
|
|
|
[tool.poetry.group.dev.dependencies]
|
2024-04-08 06:30:57 +00:00
|
|
|
pre-commit = "^3.6.0"
|
|
|
|
ruff = "^0.3.5"
|
2023-12-02 10:59:25 +00:00
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|