Restrict package names to importable ones
This commit is contained in:
parent
5afb381de5
commit
080898df38
|
@ -207,10 +207,9 @@ Fields
|
|||
Each entry contains a string describing some other module or
|
||||
package required by this package.
|
||||
|
||||
The format of a requirement string is simple: a module or
|
||||
package name, optionally followed by a version declaration within
|
||||
parentheses. Leading and trailing whitespace are ignored, and
|
||||
whitespace within the string is normalized to a single space.
|
||||
The format of a requirement string is identical to that of a
|
||||
module or package name usable with the 'import' statement,
|
||||
optionally followed by a version declaration within parentheses.
|
||||
|
||||
A version declaration is a series of conditional operators and
|
||||
version numbers, separated by commas. Conditional operators
|
||||
|
|
Loading…
Reference in New Issue