librariesio / bibliothecary

:notebook_with_decorative_cover: Libraries.io Package Manager Manifest Parsers
https://libraries.io/rubygems/bibliothecary
GNU Affero General Public License v3.0
89 stars 36 forks source link

Parse python requirements dev files #553

Closed djpowers closed 2 years ago

djpowers commented 2 years ago

This improves parsing of Python "requirements-*.txt" and "requirements/*.txt" files, inferring the proper type based on the suffix or filename.

This resolves #414.