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.