diff --git a/src/template/pyproject.toml b/src/template/pyproject.toml index 849ddb6..e928312 100644 --- a/src/template/pyproject.toml +++ b/src/template/pyproject.toml @@ -25,16 +25,16 @@ asyncpg = "^0.28.0" 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-asyncio = "^0.21.1" python = "^3.11" python-jose = "^3.3.0" sqlalchemy = "^2.0.20" uvicorn = "^0.23.2" -psycopg2-binary = "^2.9.9" -pytest-asyncio = "^0.21.1" -multidict = "^6.0.4" [tool.poetry.dev-dependencies] black = "^23.7.0" @@ -89,7 +89,7 @@ variable-rgx = "^_{0,2}[a-z][a-z0-9_]*$" [tool.pyright] exclude = [ ".pytest_cache", - ".venv", + ".venv" ] pythonPlatform = "All" pythonVersion = "3.11"