Merge branch 'master' of github.com:pypa/pipenv into bugfix/1002-refix

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2018-04-10 13:19:42 -04:00
+3 -1
View File
@@ -3,7 +3,9 @@
- Ensure lock hash does not change based on injected env vars.
- Fix bug in detecting .venv at project root when in subdirectories.
- Parse quoting in [scripts] section correctly + clearer run errors.
- Fix bug resolving & locking markers correctly
- Fix bug resolving & locking markers correctly.
- Fix locking failure for packages not available on the default PyPI.
- Upgrade python-dotenv to support "export" syntax.
- Bugfix for allow_global with new resolver fixes.
11.9.0:
- Vastly improve markers capabilities.