24 lines
271 B
Plaintext
24 lines
271 B
Plaintext
# Database connector
|
|
clickhouse-connect
|
|
|
|
# Basic data libraries
|
|
pandas
|
|
numpy
|
|
|
|
# Environment variables
|
|
python-dotenv
|
|
|
|
# Testing
|
|
pytest
|
|
|
|
# Time zone handling
|
|
pytz
|
|
tzdata
|
|
|
|
# Real-time data
|
|
yfinance
|
|
|
|
# Web interface
|
|
streamlit>=1.24.0
|
|
plotly>=5.13.0 # For interactive charts
|