madpah / requirements-parser

A Pip requirements file parser.
https://requirements-parser.readthedocs.io
Apache License 2.0
125 stars 41 forks source link

added support for alias @ <vcs_url> syntax #101

Closed Glizzus closed 2 months ago

Glizzus commented 2 months ago

This PR aims to add support for the alias @ syntax requested by

Example:

h11 @ git+https://github.com/python-hyper/h11.git@master (from uvicorn)

Changes

Related Issues

Implements #74

Glizzus commented 2 months ago

All tests pass locally

madpah commented 2 months ago

@Glizzus - are you able to rebase from main please? Added a fix to CI which was failing due to a GitHub change. 🙇‍♂️