Skip to content

Commit 2ce9d8e

Browse files
authored
docs: Add a warning about individual packaging with Poetry/Pipenv
1 parent f0c4183 commit 2ce9d8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,9 @@ custom:
360360

361361
### Per-function requirements
362362

363+
**Note: this feature does not work with Pipenv/Poetry, it requires `requirements.txt`
364+
files for your Python modules.**
365+
363366
If you have different python functions, with different sets of requirements, you can avoid
364367
including all the unecessary dependencies of your functions by using the following structure:
365368

0 commit comments

Comments
 (0)