To get the libraries used in a Python project, you can use theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/KarChunT/karchunt.com/llms.txt
Use this file to discover all available pages before exploring further.
pipreqs tool. This tool scans your Python files and generates a requirements.txt file with the libraries used in your project.
Usage
--force flag overwrites an existing requirements.txt file if one already exists.