1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-12-15 13:56:18 +00:00

Merge branch 'main' into features/stt

This commit is contained in:
Artem Litvinov
2023-10-10 16:06:13 +01:00
committed by GitHub

View File

@@ -22,6 +22,7 @@ version = "0.1.0"
[tool.poetry.dependencies]
alembic = "^1.12.0"
asyncpg = "^0.28.0"
dill = "^0.3.7"
fastapi = "0.103.1"
greenlet = "^2.0.2"
httpx = "^0.25.0"
@@ -35,6 +36,7 @@ python-jose = "^3.3.0"
python-magic = "^0.4.27"
sqlalchemy = "^2.0.20"
uvicorn = "^0.23.2"
wrapt = "^1.15.0"
[tool.poetry.dev-dependencies]
black = "^23.7.0"