Set ORJSONResponse as default response class

This commit is contained in:
2022-04-11 20:58:36 +03:00
parent 18b95519c5
commit f169178175
3 changed files with 46 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ prometheus-fastapi-instrumentator = "^5.7.1"
psycopg2-binary = "^2.9.3"
uvloop = "^0.16.0"
gunicorn = "^20.1.0"
orjson = "^3.6.7"
[tool.poetry.dev-dependencies]
pytest = "^5.2"