| # Brand Sentiment - Visualization & Processing Requirements | |
| # Install with: pip install -r requirements.txt | |
| # Core visualization | |
| streamlit==1.50.0 | |
| plotly==6.3.1 | |
| # Data processing | |
| pandas==2.3.2 | |
| numpy>=2.0.2 | |
| python-dateutil==2.9.0.post0 | |
| # Snowflake connectivity | |
| snowflake-snowpark-python==1.39.0 | |
| # Environment management | |
| python-dotenv==1.1.1 | |
| # AI / LLM (visualization agents + processing pipeline) | |
| openai==1.108.0 | |
| langchain==0.3.27 | |
| langchain-openai==0.3.34 | |
| langgraph==0.6.8 | |
| # Language detection (processing pipeline) | |
| lingua-language-detector==2.1.0 | |
| # HTML parsing (processing pipeline) | |
| beautifulsoup4==4.14.3 | |
| # PDF report generation | |
| fpdf2==2.8.4 | |
| kaleido==0.2.1 | |