Update requirements.txt
Browse files- requirements.txt +52 -52
requirements.txt
CHANGED
|
@@ -1,52 +1,52 @@
|
|
| 1 |
-
# Core dependencies for Product Feature Ideation & Validation Agent
|
| 2 |
-
gradio[mcp]
|
| 3 |
-
fastapi-mcp>=0.1.0
|
| 4 |
-
uvicorn
|
| 5 |
-
modal
|
| 6 |
-
|
| 7 |
-
# Data collection libraries
|
| 8 |
-
app-store-scraper>=0.3.5
|
| 9 |
-
asyncpraw
|
| 10 |
-
newsapi-python
|
| 11 |
-
arxiv
|
| 12 |
-
requests
|
| 13 |
-
beautifulsoup4
|
| 14 |
-
|
| 15 |
-
# AI and analysis libraries
|
| 16 |
-
anthropic
|
| 17 |
-
openai
|
| 18 |
-
textblob
|
| 19 |
-
vaderSentiment
|
| 20 |
-
transformers
|
| 21 |
-
torch
|
| 22 |
-
scikit-learn
|
| 23 |
-
|
| 24 |
-
# NLP and ML enhancements
|
| 25 |
-
spacy>=3.0
|
| 26 |
-
nltk>=3.8
|
| 27 |
-
sentence-transformers>=2.2.0
|
| 28 |
-
|
| 29 |
-
# Web Scraping enhancements
|
| 30 |
-
playwright>=1.40
|
| 31 |
-
lxml>=4.9
|
| 32 |
-
google-play-scraper>=1.2
|
| 33 |
-
|
| 34 |
-
# API integrations
|
| 35 |
-
|
| 36 |
-
# Data Processing
|
| 37 |
-
networkx>=3.1
|
| 38 |
-
# Data processing
|
| 39 |
-
pandas
|
| 40 |
-
numpy
|
| 41 |
-
scipy
|
| 42 |
-
plotly
|
| 43 |
-
|
| 44 |
-
# Utilities
|
| 45 |
-
python-dotenv
|
| 46 |
-
pydantic
|
| 47 |
-
aiohttp>=3.9.0
|
| 48 |
-
asyncio-throttle
|
| 49 |
-
|
| 50 |
-
# Additional dependencies for new collectors
|
| 51 |
-
collections-extended
|
| 52 |
-
python-dateutil
|
|
|
|
| 1 |
+
# Core dependencies for Product Feature Ideation & Validation Agent
|
| 2 |
+
gradio[mcp]
|
| 3 |
+
fastapi-mcp>=0.1.0
|
| 4 |
+
uvicorn
|
| 5 |
+
modal
|
| 6 |
+
|
| 7 |
+
# Data collection libraries
|
| 8 |
+
#app-store-scraper>=0.3.5
|
| 9 |
+
asyncpraw
|
| 10 |
+
newsapi-python
|
| 11 |
+
arxiv
|
| 12 |
+
requests
|
| 13 |
+
beautifulsoup4
|
| 14 |
+
|
| 15 |
+
# AI and analysis libraries
|
| 16 |
+
anthropic
|
| 17 |
+
openai
|
| 18 |
+
textblob
|
| 19 |
+
vaderSentiment
|
| 20 |
+
transformers
|
| 21 |
+
torch
|
| 22 |
+
scikit-learn
|
| 23 |
+
|
| 24 |
+
# NLP and ML enhancements
|
| 25 |
+
spacy>=3.0
|
| 26 |
+
nltk>=3.8
|
| 27 |
+
sentence-transformers>=2.2.0
|
| 28 |
+
|
| 29 |
+
# Web Scraping enhancements
|
| 30 |
+
playwright>=1.40
|
| 31 |
+
lxml>=4.9
|
| 32 |
+
google-play-scraper>=1.2
|
| 33 |
+
|
| 34 |
+
# API integrations
|
| 35 |
+
|
| 36 |
+
# Data Processing
|
| 37 |
+
networkx>=3.1
|
| 38 |
+
# Data processing
|
| 39 |
+
pandas
|
| 40 |
+
numpy
|
| 41 |
+
scipy
|
| 42 |
+
plotly
|
| 43 |
+
|
| 44 |
+
# Utilities
|
| 45 |
+
python-dotenv
|
| 46 |
+
pydantic
|
| 47 |
+
aiohttp>=3.9.0
|
| 48 |
+
asyncio-throttle
|
| 49 |
+
|
| 50 |
+
# Additional dependencies for new collectors
|
| 51 |
+
collections-extended
|
| 52 |
+
python-dateutil
|