Spaces:
Runtime error
Runtime error
File size: 473 Bytes
9aaec2c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | # FastAPI and server fastapi==0.104.1 uvicorn[standard]==0.24.0 python-multipart==0.0.6 # Database sqlalchemy==2.0.23 databases[sqlite]==0.9.0 aiosqlite==0.19.0 # AI and ML openai>=1.0.0 pydantic==2.5.0 # HTTP requests httpx>=0.25.0 # File handling aiofiles>=23.0.0 # Environment python-dotenv==1.0.0 # Optional: Google services (if needed) google-cloud-documentai>=2.20.0 google-api-core>=2.11.0 google-generativeai>=0.8.0 pillow>=10.0.0 |