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

Don't use pinned dependencies #288

Merged
merged 1 commit into from
Aug 8, 2014
Merged

Don't use pinned dependencies #288

merged 1 commit into from
Aug 8, 2014

Conversation

dnephin
Copy link
Contributor

@dnephin dnephin commented Aug 8, 2014

Resolves #101

requirements.txt can continue to pin dependencies for the test suite, but the library itself only requires minimum versions. Only require test dependencies for testing, not for live installations.

References:

Signed-off-by: Daniel Nephin <dnephin@gmail.com>
@shin-
Copy link
Contributor

shin- commented Aug 8, 2014

That's a compromise I can work with. Thanks!

shin- added a commit that referenced this pull request Aug 8, 2014
Don't use pinned dependencies
@shin- shin- merged commit f2ea67b into docker:master Aug 8, 2014
@dnephin dnephin deleted the unpin_deps branch August 8, 2014 19:01
@jimfulton
Copy link

Nice compromise.

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.

Please don't require exact versions in requirements
3 participants