testn / pyproject.toml
narendrasinghd's picture
Upload 4 files
a49bdf2 verified
raw
history blame contribute delete
581 Bytes
[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"