mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
todo
This commit is contained in:
@@ -85,6 +85,7 @@ class Project(object):
|
||||
|
||||
@property
|
||||
def source(self):
|
||||
# TODO: Should load from Pipfile.lock too.
|
||||
if 'source' in self.parsed_pipfile:
|
||||
return self.parsed_pipfile['source'][0]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user