mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fix piptools patch typo
Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
This commit is contained in:
@@ -264,8 +264,6 @@ class Lockfile(object):
|
||||
"""Produces a generator which generates requirements from the desired section.
|
||||
|
||||
:param bool dev: Indicates whether to use dev requirements, defaults to False
|
||||
:param bool only: When dev is True, indicates whether to use *only* dev
|
||||
requirements, defaults to False
|
||||
:return: Requirements from the relevant the relevant pipfile
|
||||
:rtype: :class:`~requirementslib.models.requirements.Requirement`
|
||||
"""
|
||||
|
||||
Vendored
+1
-1
@@ -36,7 +36,7 @@ from .misc import (
|
||||
from .path import create_tracked_tempdir, create_tracked_tempfile, mkdir_p, rmtree
|
||||
from .spin import create_spinner
|
||||
|
||||
__version__ = "0.5.1"
|
||||
__version__ = "0.5.2"
|
||||
|
||||
|
||||
__all__ = [
|
||||
|
||||
@@ -510,7 +510,7 @@ index ef5ba4e..b96acf6 100644
|
||||
+ map(lambda c: self._hash_cache.get_hash(c.link), matching_candidates)
|
||||
+ if h is not None
|
||||
+ }
|
||||
+ return result
|
||||
+ return result
|
||||
|
||||
- # Iterate over the chosen context manager
|
||||
- with context_manager as bar:
|
||||
|
||||
Reference in New Issue
Block a user