From dcd9035de2c7016a6d82c944e7ddadc8841b02f2 Mon Sep 17 00:00:00 2001 From: Giuseppe Lumia Date: Tue, 27 Sep 2022 20:55:09 +0200 Subject: [PATCH] Add warning regarding individual packaging with Poetry/Pipenv --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7c09a4de..6b5bffd6 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,9 @@ custom: ### Per-function requirements +**Note: this feature does not work with Pipenv/Poetry, it requires `requirements.txt` +files for your Python modules.** + If you have different python functions, with different sets of requirements, you can avoid including all the unecessary dependencies of your functions by using the following structure: