Skip to content

Remove transitive dependency 'six' from setup.py#119

Open
vtalos wants to merge 1 commit intogocardless:masterfrom
vtalos:remove-transitive-six
Open

Remove transitive dependency 'six' from setup.py#119
vtalos wants to merge 1 commit intogocardless:masterfrom
vtalos:remove-transitive-six

Conversation

@vtalos
Copy link

@vtalos vtalos commented Jul 17, 2025

As part of our ongoing research on Python dependency management we noticed a potential improvement in your project’s dependency management.

Specifically, the transitive dependency six is specified as an install requirement in the setup.py file, even though it is not used directly and does not need to be listed explicitly.

This PR removes it from setup.py to let pip manage it automatically, which helps keeping the dependency list clean.

Hope this is helpful!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant