AI_Virtual_Wardrobe / pyproject.toml
SuZeAI
Trim backend dependencies to an API-only stack
3073d0f
Raw
History Blame Contribute Delete
701 Bytes
[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"bcrypt>=5.0.0",
"boto3>=1.43.29",
"celery>=5.6.3",
"cloudpickle>=3.1.2",
"email-validator>=2.3.0",
"fastapi>=0.136.3",
"httpx>=0.28.1",
"passlib>=1.7.4",
"pillow>=12.2.0",
"psycopg2-binary>=2.9.12",
"pydantic>=2.13.4",
"pydantic-settings>=2.14.1",
"pyjwt>=2.13.0",
"pytest>=9.1.0",
"python-dotenv>=1.2.2",
"python-multipart>=0.0.32",
"qdrant-client>=1.18.0",
"redis>=8.0.0",
"requests>=2.32.0",
"sqlalchemy>=2.0.50",
"uvicorn>=0.49.0",
"cloudinary>=1.41.0",
]