Spaces:
Running
Running
| # Core Dependencies | |
| gradio | |
| fastapi | |
| uvicorn | |
| requests | |
| pydantic | |
| # Data Visualization | |
| plotly | |
| matplotlib | |
| seaborn | |
| # Data Processing | |
| pandas | |
| numpy | |
| # Modal Labs | |
| modal | |
| # OpenAI Integration | |
| openai | |
| # Utility Libraries | |
| python-dateutil | |
| python-multipart | |
| # Development Dependencies | |
| pytest | |
| black | |
| flake8 | |
| # Security | |
| python-jose[cryptography]==3.3.0 | |
| passlib[bcrypt]==1.7.4 | |
| # Environment Management | |
| python-dotenv |