initial commit

This commit is contained in:
2025-08-01 13:29:38 -04:00
parent 2d1aa8280e
commit d9a8b13c16
15 changed files with 2855 additions and 315 deletions

21
requirements-frontend.txt Normal file
View File

@@ -0,0 +1,21 @@
# 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
# Utilities
python-dotenv==1.0.1
structlog==24.1.0
# Development
pytest==8.0.2
black==24.2.0
isort==5.13.2