keepme-backend / pyproject.toml
ramanjitsingh1368's picture
Add pytz dependency and enhance meeting time handling with timezone support
197512a
raw
history blame contribute delete
822 Bytes
[tool.poetry]
name = "keepme"
version = "0.1.0"
description = ""
authors = ["Ramanjit Singh <ramanbainsedu214@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "3.12.*"
fastapi = "^0.115.6"
uvicorn = {extras = ["standard"], version = "^0.34.0"}
python-dotenv = "^1.0.1"
loguru = "^0.7.3"
motor = "^3.6.1"
beanie = "^1.29.0"
pyjwt = "^2.10.1"
bcrypt = "^4.2.1"
httpx = "^0.28.1"
langchain-openai = "^0.3.2"
langchain-pinecone = "^0.2.2"
aiofiles = "^24.1.0"
asynctempfile = "^0.5.0"
python-multipart = "^0.0.20"
aiortc = "^1.10.0"
websocket-client = "^1.8.0"
websockets = "^14.2"
redis = {extras = ["asyncio"], version = "^5.2.1"}
aioredis = "^2.0.1"
async-timeout = "^5.0.1"
setuptools = "^75.8.0"
pytz = "^2025.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"