25 lines
355 B
Plaintext
25 lines
355 B
Plaintext
# Dash and web framework
|
|
dash==2.16.1
|
|
dash-mantine-components==0.12.1
|
|
dash-iconify==0.1.2
|
|
|
|
# HTTP client for API calls
|
|
requests==2.31.0
|
|
httpx==0.27.0
|
|
|
|
# Data handling
|
|
pandas==2.2.1
|
|
plotly==5.18.0
|
|
|
|
# File handling
|
|
Pillow==10.2.0
|
|
|
|
# Utilities
|
|
python-dotenv==1.0.1
|
|
structlog==24.1.0
|
|
|
|
# Development
|
|
pytest==8.0.2
|
|
pytest-dash==2.1.2
|
|
black==24.2.0
|
|
isort==5.13.2 |