Fix greenlet

This commit is contained in:
2022-10-26 21:20:44 +02:00
parent e0d62465b5
commit 5ff5e7dad5
2 changed files with 57 additions and 57 deletions

View File

@@ -20,6 +20,7 @@ uvloop = "^0.17.0"
gunicorn = "^20.1.0"
orjson = "^3.8.1"
sentry-sdk = "^1.10.1"
greenlet = "1.1.3"
[tool.poetry.dev-dependencies]
pytest = "^7.1.2"