From 4eefbcd047ab586ab0b1db43750efb91831e175c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 28 Jan 2017 16:00:33 -0500 Subject: [PATCH] read source from pipfile.lock --- HISTORY.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.txt b/HISTORY.txt index 1f64ada3..394497ff 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,6 +1,7 @@ 3.2.9: - Remove remporary requirements.txt after installation. - Add support for --python option, for specifying any version of Python. + - Read source Pipfile.lock. 3.2.8: - Lock before installing all depdendencies, if lockfile isn't present. 3.2.7: