rbanffy / pip-chill

A more relaxed `pip freeze`
Other
555 stars 25 forks source link

Skip package definitions tied to git repos #54

Closed airguru closed 2 years ago

airguru commented 2 years ago

In my REQUIREMENTS.txt file, one of the lines looks like this:

-e git+https://github.com/user/repo.git@commit_hash#egg=package_name

It is a package downloaded from a specific commit in a repo. pip freeze leaves this line intact, however pip-chill replaces it with:

package_name=dev

Could we perhaps have pip-chill ignore this line as well?

github-actions[bot] commented 2 years ago

Stale issue message

julian-poidevin commented 12 months ago

Having the same issue 🙋🏻‍♂️