fpgmaas/deptry

Requirements like git+https://github.com/foo/bar.git#egg=bar not recognized

sbywater opened this issue · 2 comments

Describe the bug

Packages can be listed in requirements files like this: git+https://github.com/sbywater/django-assets.git@0d6dc38d588e7607352b013da34a27f8a10abe81#egg=django-assets

When they are, deptry reports them as transitive.

System [please complete the following information]:

  • OS: Ubuntu 22.06
  • Language Version: Python 3.10
  • Poetry version: n/a

Additional context

@sbywater Should be solved in release 0.4.4 by this PR.

If you have the time, please give it a try and let me know if it fixed your issue. Thanks :)

Confirmed this bug is fixed in 0.4.4