Yashasv-Prajapati / Docify

5 stars 2 forks source link

Fixed python dependency #98

Closed AGlade7 closed 3 months ago

AGlade7 commented 3 months ago

Fixed issues:

  1. Added submodules for requirements.txt
  2. Removed import local files from requirements.txt
linear[bot] commented 3 months ago
CS3-118 [Fix] Dependency Checker(Python)

Analyze project code and tell what libraries are being used in the project, not the libraries in the specification file(requirements.txt)

AGlade7 commented 3 months ago

Are we assuming that every git repo will have a requirements.txt on their repo?

No. Infact, despite them giving us a requirements.txt, we are still creating one ourselves by checking each python file.

sarvo314 commented 3 months ago

Need some changes, doesn't always create a requirements.txt, please look into it