ecommerce-ops-assistant / pyproject.toml
Trae Assistant
feat: Upgrade to v2.0.0 with Tailwind CSS and enhanced Mock mode
c5d79ed
[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi[all]>=0.128.1",
"openai>=2.16.0",
"pydantic>=2.12.5",
"python-dotenv>=1.2.1",
"uvicorn>=0.40.0",
]