Update tools/pinning/DESIGN.md

Co-authored-by: ohemorange <erica@eff.org>
This commit is contained in:
Brad Warren 2021-07-16 15:07:59 -07:00 committed by GitHub
parent 590a2b1f05
commit 9fc4ac0b4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ platforms.
Two other things have helped reduce the problems caused by sdists and are
relevant here. The first is the usage of [environment
markers](https://www.python.org/dev/peps/pep-0496/) which allows packages to
markers](https://www.python.org/dev/peps/pep-0496/) which allows a package to
consistently declare its conditional dependencies with a static string
specifying the conditions where a dependency is required instead of dynamically
generating the list of required dependencies at runtime. This static string