Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-14 11:32:03 -04:00
parent 34fce00cb6
commit 15541fb87b
+2 -1
View File
@@ -1,9 +1,10 @@
7.0.2:
- Dev dependencies are now read from a lockfile before default dependencies, so
any mismatches will prefer default to develop.
- Add support for extras_require in Pipfile for vcs urls
- Add support for extras_require in Pipfile for vcs urls.
- Warn if 'which' is not found on the system.
- Tell pip we're using the requied Python version, with trickery, for dependency resolution.
- Warn if Pew or Virtualenv isn't in the PATH.
7.0.1:
- [requires] python_version is now set for new projects, automatically
if a version of Python was specified.