Closed matthiaskoenig closed 3 years ago
Handles parsing of package information from requirement in a more robust manner by using regular expressions instead of split. Example test cases which failed for me have been added and are passing now.
@Midnighter Could you merge this and make a bugfix release?
Handles parsing of package information from requirement in a more robust manner by using regular expressions instead of split. Example test cases which failed for me have been added and are passing now.