Midnighter / dependency-info

Retrieve and print Python package dependencies.
Apache License 2.0
4 stars 3 forks source link

Fix package detection #6

Closed matthiaskoenig closed 3 years ago

matthiaskoenig commented 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.

matthiaskoenig commented 3 years ago

@Midnighter Could you merge this and make a bugfix release?