| # Core dependencies for Product Feature Ideation & Validation Agent | |
| gradio[mcp] | |
| fastapi-mcp>=0.1.0 | |
| uvicorn | |
| modal | |
| # Data collection libraries | |
| #app-store-scraper>=0.3.5 | |
| asyncpraw | |
| newsapi-python | |
| arxiv | |
| requests | |
| beautifulsoup4 | |
| # AI and analysis libraries | |
| anthropic | |
| openai | |
| textblob | |
| vaderSentiment | |
| transformers | |
| torch | |
| scikit-learn | |
| # NLP and ML enhancements | |
| spacy>=3.0 | |
| nltk>=3.8 | |
| sentence-transformers>=2.2.0 | |
| # Web Scraping enhancements | |
| playwright>=1.40 | |
| lxml>=4.9 | |
| google-play-scraper>=1.2 | |
| # API integrations | |
| # Data Processing | |
| networkx>=3.1 | |
| # Data processing | |
| pandas | |
| numpy | |
| scipy | |
| plotly | |
| # Utilities | |
| python-dotenv | |
| pydantic | |
| aiohttp>=3.9.0 | |
| asyncio-throttle | |
| # Additional dependencies for new collectors | |
| collections-extended | |
| python-dateutil | |