Skip to content

Be able to specify which version of setuptools has to be used #4511

@rvanlaar

Description

@rvanlaar
  • [x ] I have searched the issues of this repo and believe that this is not a duplicate.
  • I have searched the documentation and believe that my question is not covered.

Feature Request

I just ran into this bug: tikitu/jsmin#34
Setuptools >=58 removed functionality jsmin relies on.
The result is that jsmin can't be installed and our CI/CD pipeline fails.

My solution was to run the following before a build in out CI: poetry run pip install --upgrade setuptools==57.5.0
To counter this, it would be great if the setuptools version can be specified in the pyproject.toml.

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureFeature requests/implementations

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions