Skip to content

Commit 47b5473

Browse files
author
Giuseppe Lumia
committed
Add warning regarding individual packaging with Poetry/Pipenv
1 parent 891a538 commit 47b5473

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,9 @@ custom:
343343

344344
### Per-function requirements
345345

346+
**Note: this feature does not work with Pipenv/Poetry, it requires `requirements.txt`
347+
files for your Python modules.**
348+
346349
If you have different python functions, with different sets of requirements, you can avoid
347350
including all the unecessary dependencies of your functions by using the following structure:
348351

0 commit comments

Comments
 (0)