23 lines
532 B
TOML
23 lines
532 B
TOML
[project]
|
|
name = "ai-gateway"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"alembic>=1.18.3",
|
|
"cachetools>=7.0.0",
|
|
"fastapi>=0.128.5",
|
|
"google-genai>=1.62.0",
|
|
"httpx>=0.28.1",
|
|
"openai>=2.17.0",
|
|
"passlib[bcrypt]>=1.7.4",
|
|
"psycopg2-binary>=2.9.11",
|
|
"python-dotenv>=1.2.1",
|
|
"python-jose[cryptography]>=3.5.0",
|
|
"python-multipart>=0.0.22",
|
|
"slowapi>=0.1.9",
|
|
"sqlalchemy>=2.0.46",
|
|
"uvicorn>=0.40.0",
|
|
]
|