Closed AGlade7 closed 6 months ago
1. Show the dependencies in a list format 2. Give user an option to download the dependencies in a .txt file format. 3. You have to fetch the dependencies from the User's repository from **./docify-assets/docify-dependencies.txt** file. 4. You wil have current logged in user, and the corresponding project ID so fetch the data from that and use that user's corresponding project.
-> Added a new page for dependency checker which shows all dependencies and even downloads a requirements.txt. -> Added new option for dependency checker in the dashboard, which will push the changes in docify branch giving requirements.txt and redirect to the page above. Loader was added after clicking on the Dependency Checker button.