Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion poetry_plugin_lambda_build/requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def _export_generic_txt(
):
indexes.add(package.source_url.rstrip("/"))

if package.files and self._with_hashes:
if package.files and self._with_hashes and not is_direct_remote_reference:
hashes = []
for f in package.files:
h = f["hash"]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry-plugin-lambda-build"
version = "2.1.0"
version = "2.1.1"
description = "The plugin for poetry that allows you to build zip packages suited for serverless deployment like AWS Lambda, Google App Engine, Azure App Service, and more..."
authors = ["Michal Murawski <mmurawski777@gmail.com>"]
readme = "README.md"
Expand Down