flyctl icon indicating copy to clipboard operation
flyctl copied to clipboard

Detect Django when requirements.txt is not in the project root.

Open janimo opened this issue 1 year ago • 0 comments

Change Summary

Improve Django scanner.

What and Why:

Often the generated requirements.txt file contains only -r requirements/dev.txt or similar so there is no 'django' string in it.

How: Add another check for requirements.txt in immediate children of root dir. Not looking only for requirements/requirements.txt there could be other namings too.

Related to:


Documentation

  • [ ] Fresh Produce
  • [ ] In superfly/docs, or asked for help from docs team
  • [ ] n/a

janimo avatar Jan 21 '24 22:01 janimo