Add orjson

This commit is contained in:
2021-11-21 14:31:23 +03:00
parent 66a166a72a
commit 9a8b1265cf
2 changed files with 40 additions and 6 deletions

View File

@@ -15,6 +15,7 @@ asyncpg = "^0.24.0"
psycopg2 = "^2.9.1"
fastapi-pagination = {extras = ["ormar"], version = "^0.9.0"}
aiologger = "^0.6.1"
orjson = "^3.6.4"
[tool.poetry.dev-dependencies]
pytest = "^5.2"