py-builder-too

This commit is contained in:
2024-02-17 11:52:26 +03:00
parent 70079c38ad
commit 899cb05c1b
4 changed files with 88 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "discoursio-inbox"
version = "0.2.19"
version = "0.2.22"
description = "Inbox server for discours.io"
authors = ["Tony Rewin <anton.rewin@gmail.com>"]
@@ -9,7 +9,7 @@ python = "^3.12"
sentry-sdk = "^1.39.1"
redis = { extras = ["hiredis"], version = "^5.0.1" }
ariadne = "^0.21"
starlette = "^0.34.0"
starlette = "^0.36.1"
itsdangerous = "^2.1.2"
aiohttp = "^3.9.1"
requests = "^2.31.0"