From fdad002dde196cc1f806bab14e48fac231e0c29a Mon Sep 17 00:00:00 2001 From: ksieuk Date: Sun, 8 Oct 2023 22:21:13 +0300 Subject: [PATCH] fix: [#41] formatting --- src/assistant/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/assistant/pyproject.toml b/src/assistant/pyproject.toml index 24f1a4a..87802e4 100644 --- a/src/assistant/pyproject.toml +++ b/src/assistant/pyproject.toml @@ -26,18 +26,18 @@ dill = "^0.3.7" fastapi = "0.103.1" greenlet = "^2.0.2" httpx = "^0.25.0" +multidict = "^6.0.4" orjson = "^3.9.7" psycopg2-binary = "^2.9.9" pydantic = {extras = ["email"], version = "^2.3.0"} pydantic-settings = "^2.0.3" +pytest = "^7.4.2" +pytest-asyncio = "^0.21.1" python = "^3.11" python-jose = "^3.3.0" sqlalchemy = "^2.0.20" uvicorn = "^0.23.2" wrapt = "^1.15.0" -pytest = "^7.4.2" -pytest-asyncio = "^0.21.1" -multidict = "^6.0.4" [tool.poetry.dev-dependencies] black = "^23.7.0"