initial commit
This commit is contained in:
21
requirements-frontend.txt
Normal file
21
requirements-frontend.txt
Normal 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
|
||||
Reference in New Issue
Block a user