File size: 407 Bytes
d69447e cff141c d69447e |
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 |
# Core Framework gradio==4.44.0 pydantic>=2.11.0,<2.12.0 # Pin pydantic to compatible version fastmcp>=0.3.0 # AI/ML anthropic>=0.40.0 google-generativeai>=0.3.0 # Data & Database pandas>=2.2.0 faker>=23.0.0 psycopg2-binary>=2.9.9 # API Clients requests>=2.31.0 httpx>=0.27.1 # Utilities python-dotenv>=1.0.0 pydantic>=2.5.3 # Testing pytest>=8.0.0 pytest-asyncio>=0.23.0 # Type Checking mypy>=1.8.0 |