1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-12-20 04:26:16 +00:00

feat: edit pyproject.toml

This commit is contained in:
2023-10-06 23:01:17 +03:00
parent 005dd3ce0e
commit 5432ff69fc
2 changed files with 90 additions and 14 deletions

View File

@@ -22,17 +22,19 @@ 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"
orjson = "^3.9.7"
psycopg2 = "^2.9.7"
psycopg2-binary = "^2.9.9"
pydantic = {extras = ["email"], version = "^2.3.0"}
pydantic-settings = "^2.0.3"
python = "^3.11"
python-jose = "^3.3.0"
sqlalchemy = "^2.0.20"
uvicorn = "^0.23.2"
wrapt = "^1.15.0"
[tool.poetry.dev-dependencies]
black = "^23.7.0"