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.Learn how to generate a requirements.txt file for your Python project using pipreqs.
pipreqs tool. This tool scans your Python files and generates a requirements.txt file with the libraries used in your project.
--force flag overwrites an existing requirements.txt file if one already exists.