mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
+2
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user