fix: changed config in pyproject
Some checks failed
deploy / deploy (push) Failing after 34s

This commit is contained in:
Stepan Vladovskiy 2025-02-12 19:54:39 -03:00
parent e7b71aae7c
commit 0a2ca2d231

View File

@ -3,6 +3,9 @@ name = "discoursio-inbox"
version = "0.3.2"
description = "Inbox server for discours.io"
authors = ["Tony Rewin <anton.rewin@gmail.com>"]
packages = [
{ include = "inbox" }
]
[tool.poetry.dependencies]
python = "^3.12"