In dispatcher.py on line 28 and 31 flask_httpauth and waitress are imported:
from flask_httpauth import HTTPTokenAuth
...
from waitress import serve
There respective packages are Flask-HTTPAuth and waitress, that do not appear in the requirements.txt.
These caused ModleNotFoundError when not installed.
In
dispatcher.pyon line 28 and 31flask_httpauthandwaitressare imported:There respective packages are
Flask-HTTPAuthandwaitress, that do not appear in therequirements.txt.These caused
ModleNotFoundErrorwhen not installed.