The Requires field was deprecated with PEP
345 circa 2005. PEP
566 circa 2017 introduced version 2.1 (used by bottleneck) of the metadata specification without any mention of Requires.
This is a problem because a tool working with Python packages might reasonably validate that the fields in the package metadata are valid per the specification.
The
Requires
field was deprecated with PEP 345 circa 2005. PEP 566 circa 2017 introduced version 2.1 (used by bottleneck) of the metadata specification without any mention ofRequires
.This is a problem because a tool working with Python packages might reasonably validate that the fields in the package metadata are valid per the specification.