Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove unused setuptools runtime dependency #338

Closed
@EpicWink

Description

@EpicWink

Problem

Specifically for my use-case, I'm trying to remove setuptools from my application dependencies (so I can use pip-tools with pip install --no-deps, as per pip's recommendation)

Suggested solution

Remove setuptools requirement from install_requires

Alternative solutions

For my use, use pip-tools --allow-unsafe, or pip install without --no-deps, but this doesn't solve the underlying issue

Additional context

Setuptools is only used in the google-api-core package during build-time (as the legacy build backend), and not during runtime (a repository search confirms this)

Related issues:

Metadata

Metadata

Assignees

Labels

type: cleanupAn internal cleanup or hygiene concern.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions