voiceCal-ai-v3 / pyproject.toml
pgits's picture
FIX: OAuth PKCE code_verifier missing on callback
84f6a15
[tool.poetry]
name = "voicecal-ai"
version = "1.7.14"
description = "A friendly interactive AI Personal Voice Agent for booking Google Calendar appointments"
authors = ["Peter <pgits.job@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.11"
llama-index = "^0.11.0"
llama-index-llms-anthropic = "^0.3.0"
llama-index-llms-gemini = "^0.3.0"
llama-index-llms-groq = "^0.2.0"
google-generativeai = "^0.5.2"
llama-index-tools-google = "^0.2.0"
google-api-python-client = "^2.100.0"
google-auth = "^2.23.0"
google-auth-oauthlib = "^1.1.0"
google-auth-httplib2 = "^0.2.0"
fastapi = "^0.104.0"
uvicorn = "^0.24.0"
pydantic = "^2.4.0"
pydantic-settings = "^2.0.0"
python-dateutil = "^2.8.2"
pytz = "^2023.3"
redis = "^5.0.0"
python-multipart = "^0.0.6"
python-jose = "^3.3.0"
httpx = "^0.25.0"
python-dotenv = "^1.0.0"
huggingface-hub = "^0.19.0"
groq = "^0.4.0"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
pytest-asyncio = "^0.21.0"
black = "^23.10.0"
flake8 = "^6.1.0"
mypy = "^1.6.0"
pre-commit = "^3.5.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 88
target-version = ['py311']
[tool.mypy]
python_version = "3.11"
warn_return_any = true
warn_unused_configs = true