From 31c3af135a5ba2f15d1a78471601e397c1898de8 Mon Sep 17 00:00:00 2001 From: m-aciek Date: Fri, 31 Jan 2020 08:43:42 +0100 Subject: [PATCH] Replace outdated link with rationale for pinning Closes #668 Refs (supersedes) https://github.com/toanant/pip-tools/pull/1 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index cacf26c2e..b9c75ef3c 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ pip-tools = pip-compile + pip-sync ================================== A set of command line tools to help you keep your ``pip``-based packages fresh, -even when you've pinned them. `You do pin them, right?`_ +even when you've pinned them. You do pin them, right? (In building your Python application and its dependencies for production, you want to make sure that your builds are predictable and deterministic.) .. image:: https://github.com/jazzband/pip-tools/raw/master/img/pip-tools-overview.png :alt: pip-tools overview for phase II