Yashasv-Prajapati / Docify

5 stars 2 forks source link

python-dep-initial #128

Closed anushthaPrakash closed 2 months ago

anushthaPrakash commented 2 months ago

working on improvements version 1

linear[bot] commented 2 months ago
CS3-136 [Fix] Dependency-checker analysis for Python project

Currently the dependency checker for python in /python folder in the main branch doesn't work as expected. **We only want the pip packages that being used, not the internal modules, the project also finds the internal modules should not be there.** You can try running that current script on this project -> [Yashasv-Prajapati/cuisine_hub (github.com)](https://github.com/Yashasv-Prajapati/cuisine_hub) and you will also see my internal module that I created. **On the other hand, we also don't want** `pip freeze` **kind of dependencies, it puts all the dependencies of your environment, you may not be using them but it still puts that in the list, we want only the one's being used in the project.** *Maybe look into pipdeptree -> *[*pipdeptree · PyPI*](https://pypi.org/project/pipdeptree/)