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.
19
19
20
20
For each dependency, there can be a version "requirement" that can be an
21
21
exact 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/ >`__
23
23
with 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/ >`__ .
25
25
26
26
In particular the required Python version of a package (or version specifier)
27
27
can be set for the whole package (with the``python_requires`` attribute) or as
28
28
a marker for a given direct or indirect dependency. pip processes requirement
29
29
specifiers and constraints from a "requirements" file and internally resolves
30
30
dependency versions recursively by querying the PyPI Python package
31
- index repository at https://PyPI .org
31
+ index repository at https://pypi .org/
32
32
33
33
***************
34
34
Problem
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Welcome to python-inspector's documentation!
7
7
8
8
dependencies-design
9
9
test-protocol
10
+ contribute/contrib_doc
10
11
11
12
Indices and tables
12
13
==================
You can’t perform that action at this time.
0 commit comments