in setup.py I can see:
"flask>=1.1.2",
I guess it should be hardcoded to ==1.1.2 for now.
it crashes with:
File "/root/.local/share/virtualenvs/xxxxxxx/lib/python3.6/site-packages/locust/web.py", line 102, in __init__
app.jinja_options["extensions"].append("jinja2.ext.do")
KeyError: 'extensions'
in setup.py I can see:
"flask>=1.1.2",I guess it should be hardcoded to ==1.1.2 for now.
it crashes with: