26 lines
354 B
Text
26 lines
354 B
Text
# Streamlit Framework
|
|
streamlit==1.29.0
|
|
|
|
# HTTP Requests
|
|
requests==2.31.0
|
|
httpx==0.25.2
|
|
|
|
# Data Processing & Visualization
|
|
pandas==2.1.4
|
|
numpy==1.26.2
|
|
plotly==5.18.0
|
|
altair==5.2.0
|
|
|
|
# Date & Time
|
|
python-dateutil==2.8.2
|
|
pytz==2023.3
|
|
|
|
# Utilities
|
|
python-dotenv==1.0.0
|
|
validators==0.22.0
|
|
|
|
# Caching
|
|
streamlit-autorefresh==1.0.1
|
|
|
|
# Formatting
|
|
humanize==4.9.0
|