Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not require explicit versions of dependencies #228

Closed
miracle2k opened this issue May 25, 2014 · 2 comments
Closed

Do not require explicit versions of dependencies #228

miracle2k opened this issue May 25, 2014 · 2 comments

Comments

@miracle2k
Copy link

As a library, docker-py should not require requests==2.2.1. That seems wholly unnecessary and may conflict with my own preferred version.

Worse, if I specify my own version as requests>=2.2.1, then setuptools will still raise an error if it installs my requests dependency first.

@miracle2k miracle2k changed the title Do not require explicit versions of dependency Do not require explicit versions of dependencies May 25, 2014
@miracle2k
Copy link
Author

Actually, setuptools gives me error: Installed distribution requests 2.3.0 conflicts with requirement requests==2.2.1 whenever there is any other requests requirements other than ==2.2.1.

@mpetazzoni
Copy link
Contributor

Thanks for reporting this. This is a known issue we need to look into. We still need a way for the library to advertise, in some way, the minimum requirements.

Closing as a duplicate of #101.

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

No branches or pull requests

2 participants