Skip to content

Commit

Permalink
Replace requires with requests in example (#3554)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Aug 24, 2022
2 parents 69b12dd + 1495fb0 commit 785646c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/3554.doc.rst
@@ -0,0 +1 @@
Changed requires to requests in the pyproject.toml example in the :ref:`Dependency management section of the Quickstart guide <userguide/quickstart:dependency-management>` -- by :user:`mfbutner`
2 changes: 1 addition & 1 deletion docs/userguide/quickstart.rst
Expand Up @@ -309,7 +309,7 @@ The example below show how to configure this kind of dependencies:
# ...
dependencies = [
"docutils",
"requires <= 0.4",
"requests <= 0.4",
]
# ...
Expand Down

0 comments on commit 785646c

Please sign in to comment.