Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-01-11 11:22:33 -05:00
parent 6d4a629632
commit 119f96d65c
+1 -2
View File
@@ -91,8 +91,7 @@ class PipenvProject(object):
@property
def packages(self):
"""Returns a list of Dependency objects (for [packages]) for
the Pipenv project.
"""
the Pipenv project"""
return self._get_section_of_pipfile('packages', Dependency)
@property