Skip to content

Commit

Permalink
Tighten requirements parsing.
Browse files Browse the repository at this point in the history
In order to fix pex-tool#899, we need to map local project requirements to built
wheels after the fact in order to learn the project name and version and
thus the full requirement needed for PexInfo metadata. In order to do
this with confidence, break up the ReqInfo type into three seperate
types to cover the three main parse cases.
  • Loading branch information
jsirois committed Jan 12, 2021
1 parent 4dcca2d commit 17ab2c3
Show file tree
Hide file tree
Showing 4 changed files with 311 additions and 239 deletions.
Loading

0 comments on commit 17ab2c3

Please sign in to comment.