Skip to content

Commit

Permalink
Update docs/userguide/declarative_config.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jun 14, 2022
1 parent 40fbbf2 commit 916ed27
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/userguide/declarative_config.rst
Expand Up @@ -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).
Expand Down

0 comments on commit 916ed27

Please sign in to comment.