We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53daf67 + ed83576 commit e30c9f8Copy full SHA for e30c9f8
lambda_uploader/package.py
@@ -51,7 +51,7 @@ def build_package(path, requirements):
51
raise Exception('virtualenv returned unsuccessfully')
52
53
cmd = None
54
- if not requirements:
+ if requirements:
55
LOG.debug("Installing requirements found %s in config" % requirements)
56
cmd = [os.path.join(pkg_venv, 'bin/pip'),
57
'install', " ".join(requirements)]
0 commit comments