summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri+github@gmail.com>2022-06-14 13:07:08 +0100
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2022-06-14 13:10:36 +0100
commit916ed27e57ea7ac1a2737a24ab25884c68a07bf5 (patch)
tree3be9a51bbdcf6dce79c644e3685a1d2352af1835 /docs/userguide
parent40fbbf2e7062f8482161576db8366cd4a7caaa93 (diff)
downloadpython-setuptools-git-916ed27e57ea7ac1a2737a24ab25884c68a07bf5.tar.gz
Update docs/userguide/declarative_config.rst
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/declarative_config.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/userguide/declarative_config.rst b/docs/userguide/declarative_config.rst
index a57bb607..9a86677b 100644
--- a/docs/userguide/declarative_config.rst
+++ b/docs/userguide/declarative_config.rst
@@ -267,7 +267,9 @@ data_files section 40.6.0 [#
<PyPUG:guides/packaging-namespace-packages>` for more information.
.. [#opt-6] ``file:`` directives for reading requirements are supported since version 63.0.
- The format for the file is basically the same as for a ``requirements.txt`` file.
+ The format for the file resembles a ``requirements.txt`` file,
+ however please keep in mind that all non-comment lines must conform with :pep:`508`
+ (``pip``-specify syntaxes, e.g. ``-c/-r/-e`` flags, are not supported).
Library developers should avoid tightly pinning their dependencies to a specific
version (e.g. via a "locked" requirements file).