# FastAPI Restaurant Website Generator Requirements # Web Framework fastapi>=0.110.0 uvicorn[standard]>=0.30.0 # HTTP and API httpx>=0.27 requests>=2.32.5 # Data Validation pydantic>=2.7.4 # File Handling python-multipart>=0.0.9 aiofiles>=23.2.0 # Email aiosmtplib==3.0.1 # Async Support asyncio-mqtt==0.16.1 anyio>=4.5 # Environment python-dotenv==1.0.0 # Logging structlog==23.2.0 # Development pytest==7.4.3 pytest-asyncio==0.21.1 # AI Integration Dependencies openai>=1.102.0 langsmith>=0.4.23 diff-match-patch>=20230430 pydantic-settings>=2.0.0 # Database Dependencies sqlalchemy>=2.0.0 pymysql>=1.1.0