Skip to content

Replace pip with poetry, to introduce lockfiles #53

Description

@nottrobin

We are seeing a bunch of issues because we don't have lockfiles:

  • With fuzzy versions, e.g. loose versioning inside flask-base, different versions of the site can be running different versions of a module
  • The order in which you put dependencies in requirements.txt matters, when it shouldn't, as you'll end up with different versions of sub-dependencies depending on what was installed first

On the other hand:

  • We need to check it works in dotrun and docker.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions