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

install_requires should fix dependencies to specific versions #3

Closed
svisser opened this issue Aug 22, 2014 · 1 comment
Closed

install_requires should fix dependencies to specific versions #3

svisser opened this issue Aug 22, 2014 · 1 comment

Comments

@svisser
Copy link
Contributor

svisser commented Aug 22, 2014

The install_requires value in setup.py does not specify the exact versions (dependency==0.1.0) and / or version bounds (dependency<=0.2). This means that someone could install this project a year from now and it may not work because a dependency could have introduced a backwards incompatible change. It's therefore better to specify the versions and upgrade them yourself when you've verified that a newer version of a dependency works fine with this project.

@svisser
Copy link
Contributor Author

svisser commented Oct 30, 2014

Nice one!

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