From 61eb515b430a57e71f0bf768049e6a1f23d3c7c8 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Sun, 23 Aug 2020 08:33:39 +0100 Subject: [PATCH] Add --no-reuse-hashes to COMPILE_EXCLUDE_OPTIONS (#1197) --- piptools/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/piptools/utils.py b/piptools/utils.py index 13c1ae496..49e71e363 100644 --- a/piptools/utils.py +++ b/piptools/utils.py @@ -23,6 +23,7 @@ "--upgrade-package", "--verbose", "--cache-dir", + "--no-reuse-hashes", }