From f80562a44738533e3ec5d3dcc01be333b49dc801 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Jan 16 2025 17:15:57 +0000 Subject: Add note about `requirements.txt` --- diff --git a/guidelines/modules/ROOT/pages/Python.adoc b/guidelines/modules/ROOT/pages/Python.adoc index 27cacb6..a03084d 100644 --- a/guidelines/modules/ROOT/pages/Python.adoc +++ b/guidelines/modules/ROOT/pages/Python.adoc @@ -1499,6 +1499,8 @@ Multiple comma separated values can be given, for example: ---- %pyproject_buildrequires -e %{toxenv}-unit,%{toxenv}-integration ---- +** Additional arguments are treated as paths to `+requirements.txt+` that are +added on top of these dependencies [#pyproject_wheel] * `+%pyproject_wheel+`