Install pipreqs
masterInstall pipreqs using pip to generate requirements.txt files based on the imports used in your project.
If you do not need support for scanning Jupyter Notebook files, you can install a minimal version without the notebook-related dependencies.
# Standard installation
pip install pipreqs
# Minimal installation (without Jupyter Notebook support)
pip install --no-deps pipreqs
pip install yarg==0.1.9 docopt==0.6.2