Fix for python3.11

This commit is contained in:
2022-10-26 23:25:19 +02:00
parent d9836b56f6
commit 37dfcdb285
2 changed files with 42 additions and 40 deletions

View File

@@ -19,6 +19,7 @@ sentry-sdk = "^1.10.1"
aioredis = "^2.0.1"
ormar = {extras = ["postgresql"], version = "^0.12.0"}
greenlet = "1.1.3"
pydantic = "1.10.2"
[tool.poetry.dev-dependencies]