File size: 329 Bytes
b309c22 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
# Core dependencies gradio>=4.0.0 python-dotenv>=1.0.0 # AI/ML APIs openai>=1.0.0 anthropic>=0.25.0 # Utilities requests>=2.31.0 pydantic>=2.0.0 # Development and testing (optional) pytest>=7.0.0 pytest-cov>=4.0.0 pytest-asyncio>=0.21.0 # Performance and caching cachetools>=5.0.0 # Logging and monitoring structlog>=23.0.0 |