read source from pipfile.lock

This commit is contained in:
2017-01-28 16:00:33 -05:00
parent 03a0b8cdfb
commit 4eefbcd047
+1
View File
@@ -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: