File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ the dependencies of each dependency.
1919
2020For each dependency, there can be a version "requirement" that can be an
2121exact version, a version expression (aka. version specifier) as defined
22- in `pep-0440 <https://www .python.org/dev/peps /pep-0440/ >`__
22+ in `pep-0440 <https://peps .python.org/pep-0440/ >`__
2323with additional OS and environment tags and constraints as specified in
24- `pep-0508 <https://www .python.org/dev/peps /pep-0508/ >`__ .
24+ `pep-0508 <https://peps .python.org/pep-0508/ >`__ .
2525
2626In particular the required Python version of a package (or version specifier)
2727can be set for the whole package (with the``python_requires`` attribute) or as
2828a marker for a given direct or indirect dependency. pip processes requirement
2929specifiers and constraints from a "requirements" file and internally resolves
3030dependency versions recursively by querying the PyPI Python package
31- index repository at https://PyPI .org
31+ index repository at https://pypi .org/
3232
3333***************
3434Problem
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Welcome to python-inspector's documentation!
77
88 dependencies-design
99 test-protocol
10+ contribute/contrib_doc
1011
1112Indices and tables
1213==================
You can’t perform that action at this time.
0 commit comments