31 lines
443 B
Plaintext
31 lines
443 B
Plaintext
# Core Framework
|
|
streamlit==1.57.0
|
|
streamlit_arborist>=0.1.0
|
|
|
|
# AI/LLM Integration
|
|
openai>=1.0.0
|
|
mcp>=0.1.0
|
|
ddgs>=0.1.0
|
|
|
|
# Web & API
|
|
requests>=2.31.0
|
|
beautifulsoup4>=4.12.0
|
|
|
|
# Data Processing
|
|
numpy>=1.24.0
|
|
pandas>=2.0.0
|
|
|
|
# Testing
|
|
pytest>=7.0.0
|
|
pytest-cov>=4.0.0
|
|
pytest-asyncio>=0.23.0
|
|
|
|
# Development & Utilities
|
|
python-dotenv>=1.0.0
|
|
|
|
#For code editor functionality
|
|
streamlit-ace>=0.1.0
|
|
|
|
#MCP-Code execution tools
|
|
pyflakes>=0.1.0
|
|
pygame>=0.1.0 |