Describe the bug
Missing Flask from the standard dependencies.
To Reproduce
uv run hackagent web
❌ Flask is required for the web dashboard.
Install with:
pip install 'hackagent'
or
pip install flask
Expected behavior
adding flask as additional dependencies for dashboard (web)
Describe the bug
Missing Flask from the standard dependencies.
To Reproduce
uv run hackagent web
❌ Flask is required for the web dashboard.
Install with:
pip install 'hackagent'
or
pip install flask
Expected behavior
adding flask as additional dependencies for dashboard (web)