mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
@@ -1,3 +1,5 @@
|
||||
7.0.3:
|
||||
- Windows fixes.
|
||||
7.0.2:
|
||||
- Tell pip we're using the requied Python version, with trickery, for dependency resolution.
|
||||
- Dev dependencies are now read from a lockfile before default dependencies, so
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
|
||||
__version__ = '7.0.2'
|
||||
__version__ = '7.0.3'
|
||||
|
||||
+1
-1
@@ -102,7 +102,7 @@ def resolve_deps(deps, sources=None, verbose=False, python=False):
|
||||
|
||||
pip_options, _ = pip_command.parse_args(pip_args)
|
||||
|
||||
pypi = PyPIRepository(pip_options=pip_options, session=pip._vendor.requests)
|
||||
pypi = PyPIRepository(pip_options=pip_options, session=requests)
|
||||
|
||||
if verbose:
|
||||
logging.log.verbose = True
|
||||
|
||||
Reference in New Issue
Block a user