filllabs / dependi

Dependi (formerly crates)
https://dependi.io
123 stars 10 forks source link

Alternative names are not detected for `requirements.txt` #162

Open tylerlaprade opened 1 month ago

tylerlaprade commented 1 month ago

Describe the bug The extension only detects my requirements.txt, not requirements-dev.txt

To Reproduce Steps to reproduce the behavior:

  1. Create requirements-dev.txt
  2. Put some dependencies in it

Expected behavior The extension should show me whether my dev dependencies are up to date

Screenshots

image image

Desktop (please complete the following information):

MOzanGul commented 4 weeks ago

Hello @tylerlaprade , Thank you for reporting this issue with Dependi! We’ll review and update you soon.

MOzanGul commented 1 week ago

Hi @tylerlaprade , We fixed this issue on our newest version 0.7.11. Thank you for contributing!

MOzanGul commented 1 week ago

@tylerlaprade We'd be really happy if you could review Dependi, here is our reviews page.

tylerlaprade commented 1 week ago

Thanks but this isn't the only relevant name. In my project we also have requirements-prod.txt and requirements-bootstrap.txt. Other projects might have different names. Is a more generalized solution possible?

MOzanGul commented 1 week ago

@tylerlaprade Sorry about that. We will reopen this issue and try to implement a more generalized solution. Thank you for your comment.

fefe982 commented 1 week ago

to work with pip-tools, now I have a "requirements.in", which is also in the format of requirements.txt.