File size: 581 Bytes
7e687c0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a49bdf2
 
 
7e687c0
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[tool.poetry]
name = "bluebash-test1"
version = "0.1.0"
description = ""
authors = ["narendra-bluebash <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
fastapi = "^0.115.6"
sqlalchemy = "^2.0.37"
python-dotenv = "^1.0.1"
uvicorn = "^0.34.0"
colorlog = "^6.9.0"
python-multipart = "^0.0.20"
twilio = "^9.4.2"
alembic = "^1.14.0"
livekit = "^0.20.1"
livekit-api = "^0.8.2"
psycopg2 = "^2.9.10"
celery = "^5.4.0"
redis = "^5.2.1"
gunicorn = "^23.0.0"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"