24 lines
315 B
Plaintext
24 lines
315 B
Plaintext
# Core Framework
|
|
streamlit>=1.28.0
|
|
|
|
# AI/LLM Integration
|
|
openai>=1.0.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
|
|
|
|
# Development & Utilities
|
|
python-dotenv>=1.0.0
|
|
|
|
#For code editor functionality
|
|
streamlit-ace>=0.1.0
|