-
-
Notifications
You must be signed in to change notification settings - Fork 610
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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. * 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 :)
- Loading branch information
1 parent
d931833
commit 09d4816
Showing
1 changed file
with
48 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters