1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-24 14:33:26 +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
commit 6d1b881e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"