1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-07-12 19:13:26 +00:00

fix: [#8] poetry add tests packages

This commit is contained in:
ksieuk 2023-10-08 16:43:30 +03:00
parent e2a29b7158
commit ce9ff7000f

View File

@ -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"