Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

requirements are clamped tightly in setup.py #121

Closed
@colemickens

Description

@colemickens

Problem Description

I have to patch around the requirements in setup.py.

It would be nicer if they were set as lower bounds instead of version matches.

  postPatch = ''
    sed -i 's/requests~=2.22.0/requests~=2.23.0/g' setup.py
  '';

That's what I'm doing now.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions