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

Update examples in README #1835

Merged
merged 3 commits into from
Apr 5, 2023
Merged

Commits on Apr 1, 2023

  1. Update --generate-hashes example in README

    The previous output had a trailing backslash on the last hash line;
    while this is apparently valid for both pip-sync and pip install, IMHO
    it looks like a bug, and it also doesn’t reflect what pip-compile
    currently emits (as of version 6.12.3), so update the example.
    
    This puts the hashes example out of sync with some of the other examples
    in the README, but they weren’t all in sync before either (various
    examples were already referencing Django 4, 3 or 2), so I hope that’s
    not an issue.
    lucaswerkmeister authored Apr 1, 2023
    Configuration menu
    Copy the full SHA
    1f25422 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Refresh all pip-compile outputs in README

    In one case (layered requirements), I had to add a constraint on the
    django-debug-toolbar version because otherwise no solution was found by
    the legacy resolver. (The backtracking resolver does find a solution,
    but isn’t the default yet.) This should probably be revisited later,
    ideally by someone more knowledgeable than me :)
    lucaswerkmeister committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    fa23ef8 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    7251160 View commit details
    Browse the repository at this point in the history