Skip to content

Python3 dependency not listed in requirements.txt #7

@Haz001

Description

@Haz001

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions