mirror of
https://github.com/ijaric/voice_assistant.git
synced 2025-07-12 23:33:25 +00:00
fix: [#8] poetry add tests packages
This commit is contained in:
parent
e2a29b7158
commit
ce9ff7000f
|
@ -25,16 +25,16 @@ asyncpg = "^0.28.0"
|
||||||
fastapi = "0.103.1"
|
fastapi = "0.103.1"
|
||||||
greenlet = "^2.0.2"
|
greenlet = "^2.0.2"
|
||||||
httpx = "^0.25.0"
|
httpx = "^0.25.0"
|
||||||
|
multidict = "^6.0.4"
|
||||||
orjson = "^3.9.7"
|
orjson = "^3.9.7"
|
||||||
|
psycopg2-binary = "^2.9.9"
|
||||||
pydantic = {extras = ["email"], version = "^2.3.0"}
|
pydantic = {extras = ["email"], version = "^2.3.0"}
|
||||||
pydantic-settings = "^2.0.3"
|
pydantic-settings = "^2.0.3"
|
||||||
|
pytest-asyncio = "^0.21.1"
|
||||||
python = "^3.11"
|
python = "^3.11"
|
||||||
python-jose = "^3.3.0"
|
python-jose = "^3.3.0"
|
||||||
sqlalchemy = "^2.0.20"
|
sqlalchemy = "^2.0.20"
|
||||||
uvicorn = "^0.23.2"
|
uvicorn = "^0.23.2"
|
||||||
psycopg2-binary = "^2.9.9"
|
|
||||||
pytest-asyncio = "^0.21.1"
|
|
||||||
multidict = "^6.0.4"
|
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
black = "^23.7.0"
|
black = "^23.7.0"
|
||||||
|
@ -89,7 +89,7 @@ variable-rgx = "^_{0,2}[a-z][a-z0-9_]*$"
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
exclude = [
|
exclude = [
|
||||||
".pytest_cache",
|
".pytest_cache",
|
||||||
".venv",
|
".venv"
|
||||||
]
|
]
|
||||||
pythonPlatform = "All"
|
pythonPlatform = "All"
|
||||||
pythonVersion = "3.11"
|
pythonVersion = "3.11"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user