I just have finished the project with Python. I need to add requirements.txt
. Is there a way in a command line to list all the dependencies I have been using along with their versions?
I have researched but it looks like I need to go manually through every single one of them, I was wondering if there is a better way to accomplish this?
Thank you.