Skip to content

Use requirements.txt and freeze dependencies #120

@leto

Description

@leto

Currently our install.sh does a bunch of pip install commands, when it would be better to do

pip install -r requirements.txt

The requirements.txt file already exists, but it should probably be regenerated with pip freeze so we know exactly which dependency versions work with our code.

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