| # βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # SCAM HONEYPOT SYSTEM - REQUIREMENTS | |
| # India AI Impact Buildathon 2025 | |
| # βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # Core API Framework | |
| fastapi==0.110.0 | |
| uvicorn[standard]==0.27.1 | |
| pydantic==2.6.0 | |
| pydantic-settings==2.1.0 | |
| # HTTP & Utilities | |
| httpx==0.26.0 | |
| python-multipart==0.0.9 | |
| python-dotenv==1.0.1 | |
| # LLM Integration | |
| openai==1.12.0 | |
| anthropic==0.18.0 | |
| tenacity==8.2.3 | |
| # Data Processing | |
| python-dateutil==2.8.2 | |
| # Logging | |
| structlog==24.1.0 | |
| # Dashboard | |
| streamlit==1.31.0 | |
| plotly==5.18.0 | |
| requests==2.31.0 | |
| # Optional: Future Enhancements | |
| # redis==5.0.1 | |
| # celery==5.3.6 | |
| # prometheus-client==0.19.0 |