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:
commit
6d1b881e79
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user